#EE0CD7

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

Shades of Hot Magenta #EE0CD7

Tints of Hot Magenta #EE0CD7

Color information

#EE0CD7 (or 0xEE0CD7) is unknown color: approx Hot Magenta. HEX triplet: EE, 0C and D7. RGB value is (238,12,215). Sum of RGB (Red+Green+Blue) = 238+12+215=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CD7 is #11F328. Grayscale: #666666. Windows color (decimal): -1176361 or 14093550. OLE color: 14093550.

HSL color Cylindrical-coordinate representation of color #EE0CD7: hue angle of 306.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CD7 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB23812215-
CMYK00.950.100.07
HSL306.11º90.4%49.02%-
HSV(B)306.11º94.96%93.33%-
XYZ47.6623.3566.28-
YUV102.72191.37224.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 12 (5.08% from 255) = 2.58%
BLUE value IS 215 (84.38% from 255) = 46.24%
R=51.18%
G=2.58%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381221500.950.100.07306.1190.449.02
HexEECD705FA71325a31
Octal35614327013712746213261
Binary111011101100110101110101111110101111001100101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0CD7; }

 p { color: rgb(238,12,215); }

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

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

 a { background-color: rgb(238,12,215); }

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

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

 span { border-color: rgb(238,12,215); }

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