Html Css Color HEX #EE18DC Hot Magenta

📋 copy color: '#EE18DC'

red 238 ◦ green 24 ◦ blue 220

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

Shades of Hot Magenta #EE18DC

Tints of Hot Magenta #EE18DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.98%

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

R = 49.38%
G = 4.98%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE18DC (or 0xEE18DC) is known color: Hot Magenta. HEX triplet: EE, 18 and DC. RGB value is (238,24,220). Sum of RGB (Red+Green+Blue) = 238+24+220=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18DC is #11E723. Grayscale: #6D6D6D. Windows color (decimal): -1173284 or 14424302. OLE color: 14424302.

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

Color convert

RGB 238 24 220 -
CMYK 0 0.90 0.08 0.07
HSL 305.05º 0.86% 0.51% -
HSV(B) 305.05º 0.9% 0.93% -
XYZ 48.5 24 69.79 -
YUV 110.33 189.9 219.06 -
System Red Green Blue C M Y K H S L
Decimal 238 24 220 0 0.90 0.08 0.07 305.05 0.86 0.51
Hex EE 18 DC 0 5A 8 7 131 56 33
Octal 356 30 334 0 132 10 7 461 126 63
Binary 11101110 11000 11011100 0 1011010 1000 111 100110001 1010110 110011

Color Harmonies of #EE18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18DC

Black with #EE18DC

Text Example


Text Example

White with #EE18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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