Html Css Color HEX #EF13D9 Hot Magenta

📋 copy color: '#EF13D9'

red 239 ◦ green 19 ◦ blue 217

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

Shades of Hot Magenta #EF13D9

Tints of Hot Magenta #EF13D9

RGB

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

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

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

R = 50.32%
G = 4%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF13D9 (or 0xEF13D9) is known color: Hot Magenta. HEX triplet: EF, 13 and D9. RGB value is (239,19,217). Sum of RGB (Red+Green+Blue) = 239+19+217=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13D9 is #10EC26. Grayscale: #6A6A6A. Windows color (decimal): -1109031 or 14226415. OLE color: 14226415.

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

Color convert

RGB 239 19 217 -
CMYK 0 0.92 0.09 0.06
HSL 306º 0.87% 0.51% -
HSV(B) 306º 0.92% 0.94% -
XYZ 48.35 23.83 67.7 -
YUV 107.35 189.89 221.9 -
System Red Green Blue C M Y K H S L
Decimal 239 19 217 0 0.92 0.09 0.06 306 0.87 0.51
Hex EF 13 D9 0 5C 9 6 132 57 33
Octal 357 23 331 0 134 11 6 462 127 63
Binary 11101111 10011 11011001 0 1011100 1001 110 100110010 1010111 110011

Color Harmonies of #EF13D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13D9

Black with #EF13D9

Text Example


Text Example

White with #EF13D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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