#EA76CE

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

Shades of Orchid #EA76CE

Tints of Orchid #EA76CE

Color information

#EA76CE (or 0xEA76CE) is unknown color: approx Orchid. HEX triplet: EA, 76 and CE. RGB value is (234,118,206). Sum of RGB (Red+Green+Blue) = 234+118+206=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76CE is #158931. Grayscale: #A2A2A2. Windows color (decimal): -1411378 or 13530858. OLE color: 13530858.

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

Color convert

RGB234118206-
CMYK00.500.120.08
HSL314.48º73.42%69.02%-
HSV(B)314.48º49.57%91.76%-
XYZ51.5534.9162.41-
YUV162.72152.43178.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 118 (46.48% from 255) = 21.15%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=41.94%
G=21.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411820600.500.120.08314.4873.4269.02
HexEA76CE032C813a4945
Octal3521663160621410472111105
Binary1110101011101101100111001100101100100010011101010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76CE; }

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

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

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

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

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

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

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

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