Html Css Color HEX #EE12FA Magenta

📋 copy color: '#EE12FA'

red 238 ◦ green 18 ◦ blue 250

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

Shades of Magenta #EE12FA

Tints of Magenta #EE12FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 47.04%
G = 3.56%
B = 49.41%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE12FA (or 0xEE12FA) is known color: Magenta. HEX triplet: EE, 12 and FA. RGB value is (238,18,250). Sum of RGB (Red+Green+Blue) = 238+18+250=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE12FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12FA is #11ED05. Grayscale: #6D6D6D. Windows color (decimal): -1174790 or 16388846. OLE color: 16388846.

HSL color Cylindrical-coordinate representation of color #EE12FA: hue angle of 296.9º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE12FA is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 18 250 -
CMYK 0.05 0.93 0 0.02
HSL 296.9º 0.96% 0.53% -
HSV(B) 296.9º 0.93% 0.98% -
XYZ 52.73 25.51 92.59 -
YUV 110.23 206.89 219.14 -
System Red Green Blue C M Y K H S L
Decimal 238 18 250 0.05 0.93 0 0.02 296.9 0.96 0.53
Hex EE 12 FA 5 5D 0 2 129 60 35
Octal 356 22 372 5 135 0 2 451 140 65
Binary 11101110 10010 11111010 101 1011101 0 10 100101001 1100000 110101

Color Harmonies of #EE12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12FA

Black with #EE12FA

Text Example


Text Example

White with #EE12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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