Html Css Color HEX #EE01DC Hot Magenta

📋 copy color: '#EE01DC'

red 238 ◦ green 1 ◦ blue 220

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

Shades of Hot Magenta #EE01DC

Tints of Hot Magenta #EE01DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 51.85%
G = 0.22%
B = 47.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE01DC (or 0xEE01DC) is known color: Hot Magenta. HEX triplet: EE, 01 and DC. RGB value is (238,1,220). Sum of RGB (Red+Green+Blue) = 238+1+220=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01DC is #11FE23. Grayscale: #606060. Windows color (decimal): -1179172 or 14418414. OLE color: 14418414.

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

Color convert

RGB 238 1 220 -
CMYK 0 1.00 0.08 0.07
HSL 304.56º 0.99% 0.47% -
HSV(B) 304.56º 1% 0.93% -
XYZ 48.19 23.37 69.68 -
YUV 96.83 197.52 228.69 -
System Red Green Blue C M Y K H S L
Decimal 238 1 220 0 1.00 0.08 0.07 304.56 0.99 0.47
Hex EE 1 DC 0 64 8 7 131 63 2F
Octal 356 1 334 0 144 10 7 461 143 57
Binary 11101110 1 11011100 0 1100100 1000 111 100110001 1100011 101111

Color Harmonies of #EE01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01DC

Black with #EE01DC

Text Example


Text Example

White with #EE01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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