Html Css Color HEX #EE12DD Hot Magenta

📋 copy color: '#EE12DD'

red 238 ◦ green 18 ◦ blue 221

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

Shades of Hot Magenta #EE12DD

Tints of Hot Magenta #EE12DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 49.9%
G = 3.77%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE12DD (or 0xEE12DD) is known color: Hot Magenta. HEX triplet: EE, 12 and DD. RGB value is (238,18,221). Sum of RGB (Red+Green+Blue) = 238+18+221=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12DD is #11ED22. Grayscale: #6A6A6A. Windows color (decimal): -1174819 or 14488302. OLE color: 14488302.

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

Color convert

RGB 238 18 221 -
CMYK 0 0.92 0.07 0.07
HSL 304.64º 0.87% 0.5% -
HSV(B) 304.64º 0.92% 0.93% -
XYZ 48.53 23.83 70.45 -
YUV 106.92 192.39 221.49 -
System Red Green Blue C M Y K H S L
Decimal 238 18 221 0 0.92 0.07 0.07 304.64 0.87 0.5
Hex EE 12 DD 0 5C 7 7 131 57 32
Octal 356 22 335 0 134 7 7 461 127 62
Binary 11101110 10010 11011101 0 1011100 111 111 100110001 1010111 110010

Color Harmonies of #EE12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12DD

Black with #EE12DD

Text Example


Text Example

White with #EE12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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