#EA77CE

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

Shades of Orchid #EA77CE

Tints of Orchid #EA77CE

Color information

#EA77CE (or 0xEA77CE) is unknown color: approx Orchid. HEX triplet: EA, 77 and CE. RGB value is (234,119,206). Sum of RGB (Red+Green+Blue) = 234+119+206=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77CE is #158831. Grayscale: #A3A3A3. Windows color (decimal): -1411122 or 13531114. OLE color: 13531114.

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

Color convert

RGB234119206-
CMYK00.490.120.08
HSL314.61º73.25%69.22%-
HSV(B)314.61º49.15%91.76%-
XYZ51.6735.1462.45-
YUV163.3152.1178.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=41.86%
G=21.29%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411920600.490.120.08314.6173.2569.22
HexEA77CE031C813b4945
Octal3521673160611410473111105
Binary1110101011101111100111001100011100100010011101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77CE; }

 p { color: rgb(234,119,206); }

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

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

 a { background-color: rgb(234,119,206); }

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

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

 span { border-color: rgb(234,119,206); }

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