#EA76D3

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

Shades of Orchid #EA76D3

Tints of Orchid #EA76D3

Color information

#EA76D3 (or 0xEA76D3) is unknown color: approx Orchid. HEX triplet: EA, 76 and D3. RGB value is (234,118,211). Sum of RGB (Red+Green+Blue) = 234+118+211=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76D3 is #15892C. Grayscale: #A3A3A3. Windows color (decimal): -1411373 or 13858538. OLE color: 13858538.

HSL color Cylindrical-coordinate representation of color #EA76D3: hue angle of 311.9º 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 #EA76D3 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234118211-
CMYK00.500.100.08
HSL311.9º73.42%69.02%-
HSV(B)311.9º49.57%91.76%-
XYZ52.1735.1565.66-
YUV163.29154.93178.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 118 (46.48% from 255) = 20.96%
BLUE value IS 211 (82.81% from 255) = 37.48%
R=41.56%
G=20.96%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411821100.500.100.08311.973.4269.02
HexEA76D3032A81384945
Octal3521663230621210470111105
Binary1110101011101101101001101100101010100010011100010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76D3; }

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

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

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

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

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

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

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

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