Html Css Color HEX #EE02DC Hot Magenta

📋 copy color: '#EE02DC'

red 238 ◦ green 2 ◦ blue 220

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

Shades of Hot Magenta #EE02DC

Tints of Hot Magenta #EE02DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 51.74%
G = 0.43%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE02DC (or 0xEE02DC) is known color: Hot Magenta. HEX triplet: EE, 02 and DC. RGB value is (238,2,220). Sum of RGB (Red+Green+Blue) = 238+2+220=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02DC is #11FD23. Grayscale: #606060. Windows color (decimal): -1178916 or 14418670. OLE color: 14418670.

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

Color convert

RGB 238 2 220 -
CMYK 0 0.99 0.08 0.07
HSL 304.58º 0.98% 0.47% -
HSV(B) 304.58º 0.99% 0.93% -
XYZ 48.2 23.39 69.68 -
YUV 97.42 197.19 228.27 -
System Red Green Blue C M Y K H S L
Decimal 238 2 220 0 0.99 0.08 0.07 304.58 0.98 0.47
Hex EE 2 DC 0 63 8 7 131 62 2F
Octal 356 2 334 0 143 10 7 461 142 57
Binary 11101110 10 11011100 0 1100011 1000 111 100110001 1100010 101111

Color Harmonies of #EE02DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02DC

Black with #EE02DC

Text Example


Text Example

White with #EE02DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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