Html Css Color HEX #EF13D6 Hot Magenta

📋 copy color: '#EF13D6'

red 239 ◦ green 19 ◦ blue 214

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

Shades of Hot Magenta #EF13D6

Tints of Hot Magenta #EF13D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 50.64%
G = 4.03%
B = 45.34%

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

#EF13D6 (or 0xEF13D6) is known color: Hot Magenta. HEX triplet: EF, 13 and D6. RGB value is (239,19,214). Sum of RGB (Red+Green+Blue) = 239+19+214=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13D6 is #10EC29. Grayscale: #6A6A6A. Windows color (decimal): -1109034 or 14029807. OLE color: 14029807.

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

Color convert

RGB 239 19 214 -
CMYK 0 0.92 0.10 0.06
HSL 306.82º 0.87% 0.51% -
HSV(B) 306.82º 0.92% 0.94% -
XYZ 47.97 23.67 65.66 -
YUV 107.01 188.39 222.14 -
System Red Green Blue C M Y K H S L
Decimal 239 19 214 0 0.92 0.10 0.06 306.82 0.87 0.51
Hex EF 13 D6 0 5C A 6 133 57 33
Octal 357 23 326 0 134 12 6 463 127 63
Binary 11101111 10011 11010110 0 1011100 1010 110 100110011 1010111 110011

Color Harmonies of #EF13D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13D6

Black with #EF13D6

Text Example


Text Example

White with #EF13D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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