Html Css Color HEX #EE12DF Hot Magenta

📋 copy color: '#EE12DF'

red 238 ◦ green 18 ◦ blue 223

#EE12DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #EE12DF

Tints of Hot Magenta #EE12DF

RGB

 RED value IS 238 (93.36% from 255) = 49.69%

 GREEN value IS 18 (7.42% from 255) = 3.76%

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 49.69%
G = 3.76%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE12DF (or 0xEE12DF) is known color: Hot Magenta. HEX triplet: EE, 12 and DF. RGB value is (238,18,223). Sum of RGB (Red+Green+Blue) = 238+18+223=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 18 (7.42% from 255 or 3.76% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12DF is #11ED20. Grayscale: #6A6A6A. Windows color (decimal): -1174817 or 14619374. OLE color: 14619374.

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

Color convert

RGB 238 18 223 -
CMYK 0 0.92 0.06 0.07
HSL 304.09º 0.87% 0.5% -
HSV(B) 304.09º 0.92% 0.93% -
XYZ 48.8 23.94 71.86 -
YUV 107.15 193.39 221.33 -
System Red Green Blue C M Y K H S L
Decimal 238 18 223 0 0.92 0.06 0.07 304.09 0.87 0.5
Hex EE 12 DF 0 5C 6 7 130 57 32
Octal 356 22 337 0 134 6 7 460 127 62
Binary 11101110 10010 11011111 0 1011100 110 111 100110000 1010111 110010

Color Harmonies of #EE12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12DF

Black with #EE12DF

Text Example


Text Example

White with #EE12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12DF; }

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

 H1.HeaderClassName
 {
   color: #EE12DF;
 }
 .AnyTagClassName
 {
   color: #EE12DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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