Html Css Color HEX #EE0EE5 Magenta

📋 copy color: '#EE0EE5'

red 238 ◦ green 14 ◦ blue 229

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

Shades of Magenta #EE0EE5

Tints of Magenta #EE0EE5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.91%

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 49.48%
G = 2.91%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE0EE5 (or 0xEE0EE5) is known color: Magenta. HEX triplet: EE, 0E and E5. RGB value is (238,14,229). Sum of RGB (Red+Green+Blue) = 238+14+229=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EE5 is #11F11A. Grayscale: #686868. Windows color (decimal): -1175835 or 15011566. OLE color: 15011566.

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

Color convert

RGB 238 14 229 -
CMYK 0 0.94 0.04 0.07
HSL 302.41º 0.89% 0.49% -
HSV(B) 302.41º 0.94% 0.93% -
XYZ 49.56 24.15 76.18 -
YUV 105.49 197.71 222.52 -
System Red Green Blue C M Y K H S L
Decimal 238 14 229 0 0.94 0.04 0.07 302.41 0.89 0.49
Hex EE E E5 0 5E 4 7 12E 59 31
Octal 356 16 345 0 136 4 7 456 131 61
Binary 11101110 1110 11100101 0 1011110 100 111 100101110 1011001 110001

Color Harmonies of #EE0EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EE5

Black with #EE0EE5

Text Example


Text Example

White with #EE0EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EE5; }

 p { color: rgb(238,14,229); }

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

background-color css

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

 a { background-color: rgb(238,14,229); }

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

border-color css

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

 span { border-color: rgb(238,14,229); }

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