#EA72CD

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

Shades of Orchid #EA72CD

Tints of Orchid #EA72CD

Color information

#EA72CD (or 0xEA72CD) is unknown color: approx Orchid. HEX triplet: EA, 72 and CD. RGB value is (234,114,205). Sum of RGB (Red+Green+Blue) = 234+114+205=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72CD is #158D32. Grayscale: #A0A0A0. Windows color (decimal): -1412403 or 13464298. OLE color: 13464298.

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

Color convert

RGB234114205-
CMYK00.510.120.08
HSL314.5º74.07%68.24%-
HSV(B)314.5º51.28%91.76%-
XYZ50.9733.9361.62-
YUV160.25153.26180.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 114 (44.92% from 255) = 20.61%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=42.31%
G=20.61%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411420500.510.120.08314.574.0768.24
HexEA72CD033C813a4a44
Octal3521623150631410472112104
Binary1110101011100101100110101100111100100010011101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72CD; }

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

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

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

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

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

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

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

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