Html Css Color HEX #EE0AD9 Hot Magenta

📋 copy color: '#EE0AD9'

red 238 ◦ green 10 ◦ blue 217

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

Shades of Hot Magenta #EE0AD9

Tints of Hot Magenta #EE0AD9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.15%

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

R = 51.18%
G = 2.15%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE0AD9 (or 0xEE0AD9) is known color: Hot Magenta. HEX triplet: EE, 0A and D9. RGB value is (238,10,217). Sum of RGB (Red+Green+Blue) = 238+10+217=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0AD9 is #11F526. Grayscale: #656565. Windows color (decimal): -1176871 or 14224110. OLE color: 14224110.

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

Color convert

RGB 238 10 217 -
CMYK 0 0.96 0.09 0.07
HSL 305.53º 0.92% 0.49% -
HSV(B) 305.53º 0.96% 0.93% -
XYZ 47.89 23.4 67.64 -
YUV 101.77 193.04 225.17 -
System Red Green Blue C M Y K H S L
Decimal 238 10 217 0 0.96 0.09 0.07 305.53 0.92 0.49
Hex EE A D9 0 60 9 7 132 5C 31
Octal 356 12 331 0 140 11 7 462 134 61
Binary 11101110 1010 11011001 0 1100000 1001 111 100110010 1011100 110001

Color Harmonies of #EE0AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AD9

Black with #EE0AD9

Text Example


Text Example

White with #EE0AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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