Html Css Color HEX #EF15D9 Hot Magenta

📋 copy color: '#EF15D9'

red 239 ◦ green 21 ◦ blue 217

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

Shades of Hot Magenta #EF15D9

Tints of Hot Magenta #EF15D9

RGB

 RED value IS 239 (93.75% from 255) = 50.1%

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

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

R = 50.1%
G = 4.4%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF15D9 (or 0xEF15D9) is known color: Hot Magenta. HEX triplet: EF, 15 and D9. RGB value is (239,21,217). Sum of RGB (Red+Green+Blue) = 239+21+217=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15D9 is #10EA26. Grayscale: #6B6B6B. Windows color (decimal): -1108519 or 14226927. OLE color: 14226927.

HSL color Cylindrical-coordinate representation of color #EF15D9: hue angle of 306.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15D9 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 21 217 -
CMYK 0 0.91 0.09 0.06
HSL 306.06º 0.87% 0.51% -
HSV(B) 306.06º 0.91% 0.94% -
XYZ 48.39 23.9 67.71 -
YUV 108.53 189.22 221.06 -
System Red Green Blue C M Y K H S L
Decimal 239 21 217 0 0.91 0.09 0.06 306.06 0.87 0.51
Hex EF 15 D9 0 5B 9 6 132 57 33
Octal 357 25 331 0 133 11 6 462 127 63
Binary 11101111 10101 11011001 0 1011011 1001 110 100110010 1010111 110011

Color Harmonies of #EF15D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15D9

Black with #EF15D9

Text Example


Text Example

White with #EF15D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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