#EE12DB

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

Shades of Hot Magenta #EE12DB

Tints of Hot Magenta #EE12DB

Color information

#EE12DB (or 0xEE12DB) is unknown color: approx Hot Magenta. HEX triplet: EE, 12 and DB. RGB value is (238,18,219). Sum of RGB (Red+Green+Blue) = 238+18+219=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 18 (7.42% from 255 or 3.79% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12DB is #11ED24. Grayscale: #6A6A6A. Windows color (decimal): -1174821 or 14357230. OLE color: 14357230.

HSL color Cylindrical-coordinate representation of color #EE12DB: hue angle of 305.18º 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 #EE12DB is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23818219-
CMYK00.920.080.07
HSL305.18º86.61%50.2%-
HSV(B)305.18º92.44%93.33%-
XYZ48.2623.7269.05-
YUV106.69191.39221.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.11%
GREEN value IS 18 (7.42% from 255) = 3.79%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=50.11%
G=3.79%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381821900.920.080.07305.1886.6150.2
HexEE12DB05C871315732
Octal35622333013410746112762
Binary1110111010010110110110101110010001111001100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE12DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE12DB; }

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

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

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

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

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

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

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

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