Html Css Color HEX #EE12FB Magenta

📋 copy color: '#EE12FB'

red 238 ◦ green 18 ◦ blue 251

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

Shades of Magenta #EE12FB

Tints of Magenta #EE12FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 46.94%
G = 3.55%
B = 49.51%

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

#EE12FB (or 0xEE12FB) is known color: Magenta. HEX triplet: EE, 12 and FB. RGB value is (238,18,251). Sum of RGB (Red+Green+Blue) = 238+18+251=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 18 (7.42% from 255 or 3.55% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE12FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12FB is #11ED04. Grayscale: #6D6D6D. Windows color (decimal): -1174789 or 16454382. OLE color: 16454382.

HSL color Cylindrical-coordinate representation of color #EE12FB: hue angle of 296.65º degrees, saturation: 0.97, 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 #EE12FB is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 18 251 -
CMYK 0.05 0.93 0 0.02
HSL 296.65º 0.97% 0.53% -
HSV(B) 296.65º 0.93% 0.98% -
XYZ 52.89 25.57 93.42 -
YUV 110.34 207.39 219.05 -
System Red Green Blue C M Y K H S L
Decimal 238 18 251 0.05 0.93 0 0.02 296.65 0.97 0.53
Hex EE 12 FB 5 5D 0 2 129 61 35
Octal 356 22 373 5 135 0 2 451 141 65
Binary 11101110 10010 11111011 101 1011101 0 10 100101001 1100001 110101

Color Harmonies of #EE12FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12FB

Black with #EE12FB

Text Example


Text Example

White with #EE12FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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