Html Css Color HEX #EE01D8 Hot Magenta

📋 copy color: '#EE01D8'

red 238 ◦ green 1 ◦ blue 216

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

Shades of Hot Magenta #EE01D8

Tints of Hot Magenta #EE01D8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 216 (84.77% from 255) = 47.47%

R = 52.31%
G = 0.22%
B = 47.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE01D8 (or 0xEE01D8) is known color: Hot Magenta. HEX triplet: EE, 01 and D8. RGB value is (238,1,216). Sum of RGB (Red+Green+Blue) = 238+1+216=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01D8 is #11FE27. Grayscale: #5F5F5F. Windows color (decimal): -1179176 or 14156270. OLE color: 14156270.

HSL color Cylindrical-coordinate representation of color #EE01D8: hue angle of 305.57º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01D8 is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 216 -
CMYK 0 1.00 0.09 0.07
HSL 305.57º 0.99% 0.47% -
HSV(B) 305.57º 1% 0.93% -
XYZ 47.67 23.16 66.92 -
YUV 96.37 195.52 229.02 -
System Red Green Blue C M Y K H S L
Decimal 238 1 216 0 1.00 0.09 0.07 305.57 0.99 0.47
Hex EE 1 D8 0 64 9 7 132 63 2F
Octal 356 1 330 0 144 11 7 462 143 57
Binary 11101110 1 11011000 0 1100100 1001 111 100110010 1100011 101111

Color Harmonies of #EE01D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01D8

Black with #EE01D8

Text Example


Text Example

White with #EE01D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01D8; }

 p { color: rgb(238,1,216); }

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

background-color css

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

 a { background-color: rgb(238,1,216); }

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

border-color css

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

 span { border-color: rgb(238,1,216); }

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