#EA72D3

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

Shades of Orchid #EA72D3

Tints of Orchid #EA72D3

Color information

#EA72D3 (or 0xEA72D3) is unknown color: approx Orchid. HEX triplet: EA, 72 and D3. RGB value is (234,114,211). Sum of RGB (Red+Green+Blue) = 234+114+211=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72D3 is #158D2C. Grayscale: #A0A0A0. Windows color (decimal): -1412397 or 13857514. OLE color: 13857514.

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

Color convert

RGB234114211-
CMYK00.510.100.08
HSL311.5º74.07%68.24%-
HSV(B)311.5º51.28%91.76%-
XYZ51.7134.2365.51-
YUV160.94156.26180.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 114 (44.92% from 255) = 20.39%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=41.86%
G=20.39%
B=37.75%

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
Decimal23411421100.510.100.08311.574.0768.24
HexEA72D3033A81384a44
Octal3521623230631210470112104
Binary1110101011100101101001101100111010100010011100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72D3; }

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

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

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

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

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

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

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

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