Html Css Color HEX #EF15D8 Hot Magenta

📋 copy color: '#EF15D8'

red 239 ◦ green 21 ◦ blue 216

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

Shades of Hot Magenta #EF15D8

Tints of Hot Magenta #EF15D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.38%

R = 50.21%
G = 4.41%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF15D8 (or 0xEF15D8) is known color: Hot Magenta. HEX triplet: EF, 15 and D8. RGB value is (239,21,216). Sum of RGB (Red+Green+Blue) = 239+21+216=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15D8 is #10EA27. Grayscale: #6B6B6B. Windows color (decimal): -1108520 or 14161391. OLE color: 14161391.

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

Color convert

RGB 239 21 216 -
CMYK 0 0.91 0.10 0.06
HSL 306.33º 0.87% 0.51% -
HSV(B) 306.33º 0.91% 0.94% -
XYZ 48.26 23.84 67.02 -
YUV 108.41 188.72 221.14 -
System Red Green Blue C M Y K H S L
Decimal 239 21 216 0 0.91 0.10 0.06 306.33 0.87 0.51
Hex EF 15 D8 0 5B A 6 132 57 33
Octal 357 25 330 0 133 12 6 462 127 63
Binary 11101111 10101 11011000 0 1011011 1010 110 100110010 1010111 110011

Color Harmonies of #EF15D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15D8

Black with #EF15D8

Text Example


Text Example

White with #EF15D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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