#EA72DF

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

Shades of Orchid #EA72DF

Tints of Orchid #EA72DF

Color information

#EA72DF (or 0xEA72DF) is unknown color: approx Orchid. HEX triplet: EA, 72 and DF. RGB value is (234,114,223). Sum of RGB (Red+Green+Blue) = 234+114+223=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72DF is #158D20. Grayscale: #A1A1A1. Windows color (decimal): -1412385 or 14643946. OLE color: 14643946.

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

Color convert

RGB234114223-
CMYK00.510.050.08
HSL305.5º74.07%68.24%-
HSV(B)305.5º51.28%91.76%-
XYZ53.2734.8573.73-
YUV162.31162.26179.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 114 (44.92% from 255) = 19.96%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=40.98%
G=19.96%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411422300.510.050.08305.574.0768.24
HexEA72DF033581324a44
Octal352162337063510462112104
Binary111010101110010110111110110011101100010011001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72DF; }

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

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

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

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

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

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

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

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