Html Css Color HEX #EE0ED4 Hot Magenta

📋 copy color: '#EE0ED4'

red 238 ◦ green 14 ◦ blue 212

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

Shades of Hot Magenta #EE0ED4

Tints of Hot Magenta #EE0ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.69%

R = 51.29%
G = 3.02%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE0ED4 (or 0xEE0ED4) is known color: Hot Magenta. HEX triplet: EE, 0E and D4. RGB value is (238,14,212). Sum of RGB (Red+Green+Blue) = 238+14+212=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ED4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ED4 is #11F12B. Grayscale: #666666. Windows color (decimal): -1175852 or 13897454. OLE color: 13897454.

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

Color convert

RGB 238 14 212 -
CMYK 0 0.94 0.11 0.07
HSL 306.96º 0.89% 0.49% -
HSV(B) 306.96º 0.94% 0.93% -
XYZ 47.3 23.24 64.28 -
YUV 103.55 189.21 223.9 -
System Red Green Blue C M Y K H S L
Decimal 238 14 212 0 0.94 0.11 0.07 306.96 0.89 0.49
Hex EE E D4 0 5E B 7 133 59 31
Octal 356 16 324 0 136 13 7 463 131 61
Binary 11101110 1110 11010100 0 1011110 1011 111 100110011 1011001 110001

Color Harmonies of #EE0ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0ED4

Black with #EE0ED4

Text Example


Text Example

White with #EE0ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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