Html Css Color HEX #EE15D9 Hot Magenta

📋 copy color: '#EE15D9'

red 238 ◦ green 21 ◦ blue 217

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

Shades of Hot Magenta #EE15D9

Tints of Hot Magenta #EE15D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.59%

R = 50%
G = 4.41%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE15D9 (or 0xEE15D9) is known color: Hot Magenta. HEX triplet: EE, 15 and D9. RGB value is (238,21,217). Sum of RGB (Red+Green+Blue) = 238+21+217=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15D9 is #11EA26. Grayscale: #6B6B6B. Windows color (decimal): -1174055 or 14226926. OLE color: 14226926.

HSL color Cylindrical-coordinate representation of color #EE15D9: hue angle of 305.81º 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 #EE15D9 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 21 217 -
CMYK 0 0.91 0.09 0.07
HSL 305.81º 0.86% 0.51% -
HSV(B) 305.81º 0.91% 0.93% -
XYZ 48.05 23.72 67.69 -
YUV 108.23 189.39 220.56 -
System Red Green Blue C M Y K H S L
Decimal 238 21 217 0 0.91 0.09 0.07 305.81 0.86 0.51
Hex EE 15 D9 0 5B 9 7 132 56 33
Octal 356 25 331 0 133 11 7 462 126 63
Binary 11101110 10101 11011001 0 1011011 1001 111 100110010 1010110 110011

Color Harmonies of #EE15D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE15D9

Black with #EE15D9

Text Example


Text Example

White with #EE15D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE15D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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