Html Css Color HEX #EE0FE8 Magenta

📋 copy color: '#EE0FE8'

red 238 ◦ green 15 ◦ blue 232

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

Shades of Magenta #EE0FE8

Tints of Magenta #EE0FE8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.09%

 BLUE value IS 232 (91.02% from 255) = 47.84%

R = 49.07%
G = 3.09%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE0FE8 (or 0xEE0FE8) is known color: Magenta. HEX triplet: EE, 0F and E8. RGB value is (238,15,232). Sum of RGB (Red+Green+Blue) = 238+15+232=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FE8 is #11F017. Grayscale: #696969. Windows color (decimal): -1175576 or 15208430. OLE color: 15208430.

HSL color Cylindrical-coordinate representation of color #EE0FE8: hue angle of 301.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FE8 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 232 -
CMYK 0 0.94 0.03 0.07
HSL 301.61º 0.88% 0.5% -
HSV(B) 301.61º 0.94% 0.93% -
XYZ 50 24.34 78.41 -
YUV 106.42 198.88 221.86 -
System Red Green Blue C M Y K H S L
Decimal 238 15 232 0 0.94 0.03 0.07 301.61 0.88 0.5
Hex EE F E8 0 5E 3 7 12E 58 32
Octal 356 17 350 0 136 3 7 456 130 62
Binary 11101110 1111 11101000 0 1011110 11 111 100101110 1011000 110010

Color Harmonies of #EE0FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FE8

Black with #EE0FE8

Text Example


Text Example

White with #EE0FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FE8; }

 p { color: rgb(238,15,232); }

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

background-color css

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

 a { background-color: rgb(238,15,232); }

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

border-color css

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

 span { border-color: rgb(238,15,232); }

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