Html Css Color HEX #EF14DF Hot Magenta

📋 copy color: '#EF14DF'

red 239 ◦ green 20 ◦ blue 223

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

Shades of Hot Magenta #EF14DF

Tints of Hot Magenta #EF14DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.15%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 49.59%
G = 4.15%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF14DF (or 0xEF14DF) is known color: Hot Magenta. HEX triplet: EF, 14 and DF. RGB value is (239,20,223). Sum of RGB (Red+Green+Blue) = 239+20+223=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14DF is #10EB20. Grayscale: #6C6C6C. Windows color (decimal): -1108769 or 14619887. OLE color: 14619887.

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

Color convert

RGB 239 20 223 -
CMYK 0 0.92 0.07 0.06
HSL 304.38º 0.87% 0.51% -
HSV(B) 304.38º 0.92% 0.94% -
XYZ 49.17 24.18 71.89 -
YUV 108.62 192.55 220.99 -
System Red Green Blue C M Y K H S L
Decimal 239 20 223 0 0.92 0.07 0.06 304.38 0.87 0.51
Hex EF 14 DF 0 5C 7 6 130 57 33
Octal 357 24 337 0 134 7 6 460 127 63
Binary 11101111 10100 11011111 0 1011100 111 110 100110000 1010111 110011

Color Harmonies of #EF14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14DF

Black with #EF14DF

Text Example


Text Example

White with #EF14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14DF; }

 p { color: rgb(239,20,223); }

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

background-color css

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

 a { background-color: rgb(239,20,223); }

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

border-color css

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

 span { border-color: rgb(239,20,223); }

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