#EE12D7

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

Shades of Hot Magenta #EE12D7

Tints of Hot Magenta #EE12D7

Color information

#EE12D7 (or 0xEE12D7) is unknown color: approx Hot Magenta. HEX triplet: EE, 12 and D7. RGB value is (238,18,215). Sum of RGB (Red+Green+Blue) = 238+18+215=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12D7 is #11ED28. Grayscale: #696969. Windows color (decimal): -1174825 or 14095086. OLE color: 14095086.

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

Color convert

RGB23818215-
CMYK00.920.100.07
HSL306.27º86.61%50.2%-
HSV(B)306.27º92.44%93.33%-
XYZ47.7423.5266.31-
YUV106.24189.39221.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.53%
GREEN value IS 18 (7.42% from 255) = 3.82%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=50.53%
G=3.82%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381821500.920.100.07306.2786.6150.2
HexEE12D705CA71325732
Octal35622327013412746212762
Binary1110111010010110101110101110010101111001100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE12D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE12D7; }

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

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

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

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

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

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

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

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