#EA72D2

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

Shades of Orchid #EA72D2

Tints of Orchid #EA72D2

Color information

#EA72D2 (or 0xEA72D2) is unknown color: approx Orchid. HEX triplet: EA, 72 and D2. RGB value is (234,114,210). Sum of RGB (Red+Green+Blue) = 234+114+210=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72D2 is #158D2D. Grayscale: #A0A0A0. Windows color (decimal): -1412398 or 13791978. OLE color: 13791978.

HSL color Cylindrical-coordinate representation of color #EA72D2: hue angle of 312º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72D2 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234114210-
CMYK00.510.100.08
HSL312º74.07%68.24%-
HSV(B)312º51.28%91.76%-
XYZ51.5834.1864.85-
YUV160.82155.76180.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 114 (44.92% from 255) = 20.43%
BLUE value IS 210 (82.42% from 255) = 37.63%
R=41.94%
G=20.43%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411421000.510.100.0831274.0768.24
HexEA72D2033A81384a44
Octal3521623220631210470112104
Binary1110101011100101101001001100111010100010011100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72D2; }

 p { color: rgb(234,114,210); }

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

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

 a { background-color: rgb(234,114,210); }

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

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

 span { border-color: rgb(234,114,210); }

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