Html Css Color HEX #EE00DC Hot Magenta

📋 copy color: '#EE00DC'

red 238 ◦ green 0 ◦ blue 220

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

Shades of Hot Magenta #EE00DC

Tints of Hot Magenta #EE00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.97%
G = 0%
B = 48.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE00DC (or 0xEE00DC) is known color: Hot Magenta. HEX triplet: EE, 00 and DC. RGB value is (238,0,220). Sum of RGB (Red+Green+Blue) = 238+0+220=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00DC is #11FF23. Grayscale: #5F5F5F. Windows color (decimal): -1179428 or 14418158. OLE color: 14418158.

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

Color convert

RGB 238 0 220 -
CMYK 0 1 0.08 0.07
HSL 304.54º 1% 0.47% -
HSV(B) 304.54º 1% 0.93% -
XYZ 48.18 23.34 69.68 -
YUV 96.24 197.85 229.11 -
System Red Green Blue C M Y K H S L
Decimal 238 0 220 0 1 0.08 0.07 304.54 1 0.47
Hex EE 0 DC 0 64 8 7 131 64 2F
Octal 356 0 334 0 144 10 7 461 144 57
Binary 11101110 0 11011100 0 1100100 1000 111 100110001 1100100 101111

Color Harmonies of #EE00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00DC

Black with #EE00DC

Text Example


Text Example

White with #EE00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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