#ea72cf

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

Shades of Orchid #EA72CF

Tints of Orchid #EA72CF

Color information

#EA72CF (or 0xEA72CF) is unknown color: approx Orchid. HEX triplet: EA, 72 and CF. RGB value is (234,114,207). Sum of RGB (Red+Green+Blue) = 234+114+207=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72CF is #158D30. Grayscale: #A0A0A0. Windows color (decimal): -1412401 or 13595370. OLE color: 13595370.

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

Color convert

RGB234114207-
CMYK00.510.120.08
HSL313.5º74.07%68.24%-
HSV(B)313.5º51.28%91.76%-
XYZ51.2134.0362.9-
YUV160.48154.26180.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 114 (44.92% from 255) = 20.54%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=42.16%
G=20.54%
B=37.30%

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
Decimal23411420700.510.120.08313.574.0768.24
HexEA72CF033C813a4a44
Octal3521623170631410472112104
Binary1110101011100101100111101100111100100010011101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea72cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea72cf; }

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

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

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

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

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

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

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

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