Html Css Color HEX #EE15DA Hot Magenta

📋 copy color: '#EE15DA'

red 238 ◦ green 21 ◦ blue 218

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

Shades of Hot Magenta #EE15DA

Tints of Hot Magenta #EE15DA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.4%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 49.9%
G = 4.4%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE15DA (or 0xEE15DA) is known color: Hot Magenta. HEX triplet: EE, 15 and DA. RGB value is (238,21,218). Sum of RGB (Red+Green+Blue) = 238+21+218=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15DA is #11EA25. Grayscale: #6B6B6B. Windows color (decimal): -1174054 or 14292462. OLE color: 14292462.

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

Color convert

RGB 238 21 218 -
CMYK 0 0.91 0.08 0.07
HSL 305.53º 0.86% 0.51% -
HSV(B) 305.53º 0.91% 0.93% -
XYZ 48.18 23.78 68.38 -
YUV 108.34 189.89 220.48 -
System Red Green Blue C M Y K H S L
Decimal 238 21 218 0 0.91 0.08 0.07 305.53 0.86 0.51
Hex EE 15 DA 0 5B 8 7 132 56 33
Octal 356 25 332 0 133 10 7 462 126 63
Binary 11101110 10101 11011010 0 1011011 1000 111 100110010 1010110 110011

Color Harmonies of #EE15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE15DA

Black with #EE15DA

Text Example


Text Example

White with #EE15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE15DA; }

 p { color: rgb(238,21,218); }

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

background-color css

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

 a { background-color: rgb(238,21,218); }

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

border-color css

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

 span { border-color: rgb(238,21,218); }

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