Html Css Color HEX #EE0ED9 Hot Magenta

📋 copy color: '#EE0ED9'

red 238 ◦ green 14 ◦ blue 217

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

Shades of Hot Magenta #EE0ED9

Tints of Hot Magenta #EE0ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.27%

R = 50.75%
G = 2.99%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE0ED9 (or 0xEE0ED9) is known color: Hot Magenta. HEX triplet: EE, 0E and D9. RGB value is (238,14,217). Sum of RGB (Red+Green+Blue) = 238+14+217=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ED9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ED9 is #11F126. Grayscale: #676767. Windows color (decimal): -1175847 or 14225134. OLE color: 14225134.

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

Color convert

RGB 238 14 217 -
CMYK 0 0.94 0.09 0.07
HSL 305.63º 0.89% 0.49% -
HSV(B) 305.63º 0.94% 0.93% -
XYZ 47.94 23.5 67.66 -
YUV 104.12 191.71 223.49 -
System Red Green Blue C M Y K H S L
Decimal 238 14 217 0 0.94 0.09 0.07 305.63 0.89 0.49
Hex EE E D9 0 5E 9 7 132 59 31
Octal 356 16 331 0 136 11 7 462 131 61
Binary 11101110 1110 11011001 0 1011110 1001 111 100110010 1011001 110001

Color Harmonies of #EE0ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0ED9

Black with #EE0ED9

Text Example


Text Example

White with #EE0ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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