Html Css Color HEX #EE0EE9 Magenta

📋 copy color: '#EE0EE9'

red 238 ◦ green 14 ◦ blue 233

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

Shades of Magenta #EE0EE9

Tints of Magenta #EE0EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.04%

R = 49.07%
G = 2.89%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE0EE9 (or 0xEE0EE9) is known color: Magenta. HEX triplet: EE, 0E and E9. RGB value is (238,14,233). Sum of RGB (Red+Green+Blue) = 238+14+233=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EE9 is #11F116. Grayscale: #696969. Windows color (decimal): -1175831 or 15273710. OLE color: 15273710.

HSL color Cylindrical-coordinate representation of color #EE0EE9: hue angle of 301.34º 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 #EE0EE9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 14 233 -
CMYK 0 0.94 0.02 0.07
HSL 301.34º 0.89% 0.49% -
HSV(B) 301.34º 0.94% 0.93% -
XYZ 50.12 24.37 79.15 -
YUV 105.94 199.71 222.19 -
System Red Green Blue C M Y K H S L
Decimal 238 14 233 0 0.94 0.02 0.07 301.34 0.89 0.49
Hex EE E E9 0 5E 2 7 12D 59 31
Octal 356 16 351 0 136 2 7 455 131 61
Binary 11101110 1110 11101001 0 1011110 10 111 100101101 1011001 110001

Color Harmonies of #EE0EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EE9

Black with #EE0EE9

Text Example


Text Example

White with #EE0EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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