Html Css Color HEX #EF13D8 Hot Magenta

📋 copy color: '#EF13D8'

red 239 ◦ green 19 ◦ blue 216

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

Shades of Hot Magenta #EF13D8

Tints of Hot Magenta #EF13D8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.01%

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

R = 50.42%
G = 4.01%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF13D8 (or 0xEF13D8) is known color: Hot Magenta. HEX triplet: EF, 13 and D8. RGB value is (239,19,216). Sum of RGB (Red+Green+Blue) = 239+19+216=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13D8 is #10EC27. Grayscale: #6A6A6A. Windows color (decimal): -1109032 or 14160879. OLE color: 14160879.

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

Color convert

RGB 239 19 216 -
CMYK 0 0.92 0.10 0.06
HSL 306.27º 0.87% 0.51% -
HSV(B) 306.27º 0.92% 0.94% -
XYZ 48.22 23.77 67.01 -
YUV 107.24 189.39 221.98 -
System Red Green Blue C M Y K H S L
Decimal 239 19 216 0 0.92 0.10 0.06 306.27 0.87 0.51
Hex EF 13 D8 0 5C A 6 132 57 33
Octal 357 23 330 0 134 12 6 462 127 63
Binary 11101111 10011 11011000 0 1011100 1010 110 100110010 1010111 110011

Color Harmonies of #EF13D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13D8

Black with #EF13D8

Text Example


Text Example

White with #EF13D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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