Html Css Color HEX #EE12E9 Magenta

📋 copy color: '#EE12E9'

red 238 ◦ green 18 ◦ blue 233

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

Shades of Magenta #EE12E9

Tints of Magenta #EE12E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.65%

R = 48.67%
G = 3.68%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE12E9 (or 0xEE12E9) is known color: Magenta. HEX triplet: EE, 12 and E9. RGB value is (238,18,233). Sum of RGB (Red+Green+Blue) = 238+18+233=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12E9 is #11ED16. Grayscale: #6B6B6B. Windows color (decimal): -1174807 or 15274734. OLE color: 15274734.

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

Color convert

RGB 238 18 233 -
CMYK 0 0.92 0.02 0.07
HSL 301.36º 0.87% 0.5% -
HSV(B) 301.36º 0.92% 0.93% -
XYZ 50.18 24.49 79.17 -
YUV 108.29 198.39 220.52 -
System Red Green Blue C M Y K H S L
Decimal 238 18 233 0 0.92 0.02 0.07 301.36 0.87 0.5
Hex EE 12 E9 0 5C 2 7 12D 57 32
Octal 356 22 351 0 134 2 7 455 127 62
Binary 11101110 10010 11101001 0 1011100 10 111 100101101 1010111 110010

Color Harmonies of #EE12E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12E9

Black with #EE12E9

Text Example


Text Example

White with #EE12E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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