#EA7BD4

Color #EA7BD4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #EA7BD4

Tints of Orchid #EA7BD4

Color information

#EA7BD4 (or 0xEA7BD4) is unknown color: approx Orchid. HEX triplet: EA, 7B and D4. RGB value is (234,123,212). Sum of RGB (Red+Green+Blue) = 234+123+212=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BD4 is #15842B. Grayscale: #A6A6A6. Windows color (decimal): -1410092 or 13925354. OLE color: 13925354.

HSL color Cylindrical-coordinate representation of color #EA7BD4: hue angle of 311.89º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7BD4 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234123212-
CMYK00.470.090.08
HSL311.89º72.55%70%-
HSV(B)311.89º47.44%91.76%-
XYZ52.936.4166.53-
YUV166.33153.77176.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 123 (48.44% from 255) = 21.62%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=41.12%
G=21.62%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412321200.470.090.08311.8972.5570
HexEA7BD402F981384946
Octal3521733240571110470111106
Binary1110101011110111101010001011111001100010011100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BD4; }

 p { color: rgb(234,123,212); }

 H1.HeaderClassName
 {
   color: #EA7BD4;
 }
 .AnyTagClassName
 {
   color: #EA7BD4;
 }
</style>
background-color css

<style>
 a { background-color: #EA7BD4; }

 a { background-color: rgb(234,123,212); }

 div.DivClassName
 {
   background-color: #EA7BD4;
 }
 .BgClassName
 {
   background-color: #EA7BD4;
 }
</style>
border-color css

<style>
 span { border-color: #EA7BD4; }

 span { border-color: rgb(234,123,212); }

 td.TdClassName
 {
   border-color: #EA7BD4;
 }
 .TagClassName
 {
   border-color: #EA7BD4;
 }
</style>