Html Css Color HEX #EE19DC Hot Magenta

📋 copy color: '#EE19DC'

red 238 ◦ green 25 ◦ blue 220

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

Shades of Hot Magenta #EE19DC

Tints of Hot Magenta #EE19DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.18%

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

R = 49.28%
G = 5.18%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE19DC (or 0xEE19DC) is known color: Hot Magenta. HEX triplet: EE, 19 and DC. RGB value is (238,25,220). Sum of RGB (Red+Green+Blue) = 238+25+220=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 25 (10.16% from 255 or 5.18% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE19DC is #11E623. Grayscale: #6E6E6E. Windows color (decimal): -1173028 or 14424558. OLE color: 14424558.

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

Color convert

RGB 238 25 220 -
CMYK 0 0.89 0.08 0.07
HSL 305.07º 0.86% 0.52% -
HSV(B) 305.07º 0.89% 0.93% -
XYZ 48.53 24.04 69.79 -
YUV 110.92 189.57 218.64 -
System Red Green Blue C M Y K H S L
Decimal 238 25 220 0 0.89 0.08 0.07 305.07 0.86 0.52
Hex EE 19 DC 0 59 8 7 131 56 34
Octal 356 31 334 0 131 10 7 461 126 64
Binary 11101110 11001 11011100 0 1011001 1000 111 100110001 1010110 110100

Color Harmonies of #EE19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19DC

Black with #EE19DC

Text Example


Text Example

White with #EE19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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