#ee72d5

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

Shades of Orchid #EE72D5

Tints of Orchid #EE72D5

Color information

#EE72D5 (or 0xEE72D5) is unknown color: approx Orchid. HEX triplet: EE, 72 and D5. RGB value is (238,114,213). Sum of RGB (Red+Green+Blue) = 238+114+213=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72D5 is #118D2A. Grayscale: #A2A2A2. Windows color (decimal): -1150251 or 13988590. OLE color: 13988590.

HSL color Cylindrical-coordinate representation of color #EE72D5: hue angle of 312.1º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE72D5 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238114213-
CMYK00.520.110.07
HSL312.1º78.48%69.02%-
HSV(B)312.1º52.1%93.33%-
XYZ53.2935.0266.9-
YUV162.36156.58181.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=42.12%
G=20.18%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811421300.520.110.07312.178.4869.02
HexEE72D5034B71384e45
Octal356162325064137470116105
Binary111011101110010110101010110100101111110011100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee72d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee72d5; }

 p { color: rgb(238,114,213); }

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

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

 a { background-color: rgb(238,114,213); }

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

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

 span { border-color: rgb(238,114,213); }

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