Html Css Color HEX #EF13DA Hot Magenta

📋 copy color: '#EF13DA'

red 239 ◦ green 19 ◦ blue 218

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

Shades of Hot Magenta #EF13DA

Tints of Hot Magenta #EF13DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 50.21%
G = 3.99%
B = 45.8%

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

#EF13DA (or 0xEF13DA) is known color: Hot Magenta. HEX triplet: EF, 13 and DA. RGB value is (239,19,218). Sum of RGB (Red+Green+Blue) = 239+19+218=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13DA is #10EC25. Grayscale: #6A6A6A. Windows color (decimal): -1109030 or 14291951. OLE color: 14291951.

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

Color convert

RGB 239 19 218 -
CMYK 0 0.92 0.09 0.06
HSL 305.73º 0.87% 0.51% -
HSV(B) 305.73º 0.92% 0.94% -
XYZ 48.48 23.88 68.38 -
YUV 107.47 190.39 221.82 -
System Red Green Blue C M Y K H S L
Decimal 239 19 218 0 0.92 0.09 0.06 305.73 0.87 0.51
Hex EF 13 DA 0 5C 9 6 132 57 33
Octal 357 23 332 0 134 11 6 462 127 63
Binary 11101111 10011 11011010 0 1011100 1001 110 100110010 1010111 110011

Color Harmonies of #EF13DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13DA

Black with #EF13DA

Text Example


Text Example

White with #EF13DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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