Html Css Color HEX #EE12FC Magenta

📋 copy color: '#EE12FC'

red 238 ◦ green 18 ◦ blue 252

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

Shades of Magenta #EE12FC

Tints of Magenta #EE12FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 46.85%
G = 3.54%
B = 49.61%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE12FC (or 0xEE12FC) is known color: Magenta. HEX triplet: EE, 12 and FC. RGB value is (238,18,252). Sum of RGB (Red+Green+Blue) = 238+18+252=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 18 (7.42% from 255 or 3.54% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE12FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12FC is #11ED03. Grayscale: #6D6D6D. Windows color (decimal): -1174788 or 16519918. OLE color: 16519918.

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

Color convert

RGB 238 18 252 -
CMYK 0.06 0.93 0 0.01
HSL 296.41º 0.98% 0.53% -
HSV(B) 296.41º 0.93% 0.99% -
XYZ 53.05 25.64 94.25 -
YUV 110.46 207.89 218.97 -
System Red Green Blue C M Y K H S L
Decimal 238 18 252 0.06 0.93 0 0.01 296.41 0.98 0.53
Hex EE 12 FC 6 5D 0 1 128 62 35
Octal 356 22 374 6 135 0 1 450 142 65
Binary 11101110 10010 11111100 110 1011101 0 1 100101000 1100010 110101

Color Harmonies of #EE12FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12FC

Black with #EE12FC

Text Example


Text Example

White with #EE12FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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