Html Css Color HEX #EE12EA Magenta

📋 copy color: '#EE12EA'

red 238 ◦ green 18 ◦ blue 234

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

Shades of Magenta #EE12EA

Tints of Magenta #EE12EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 48.57%
G = 3.67%
B = 47.76%

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

#EE12EA (or 0xEE12EA) is known color: Magenta. HEX triplet: EE, 12 and EA. RGB value is (238,18,234). Sum of RGB (Red+Green+Blue) = 238+18+234=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12EA is #11ED15. Grayscale: #6B6B6B. Windows color (decimal): -1174806 or 15340270. OLE color: 15340270.

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

Color convert

RGB 238 18 234 -
CMYK 0 0.92 0.02 0.07
HSL 301.09º 0.87% 0.5% -
HSV(B) 301.09º 0.92% 0.93% -
XYZ 50.33 24.55 79.93 -
YUV 108.4 198.89 220.44 -
System Red Green Blue C M Y K H S L
Decimal 238 18 234 0 0.92 0.02 0.07 301.09 0.87 0.5
Hex EE 12 EA 0 5C 2 7 12D 57 32
Octal 356 22 352 0 134 2 7 455 127 62
Binary 11101110 10010 11101010 0 1011100 10 111 100101101 1010111 110010

Color Harmonies of #EE12EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12EA

Black with #EE12EA

Text Example


Text Example

White with #EE12EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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