Html Css Color HEX #EF14DC Hot Magenta

📋 copy color: '#EF14DC'

red 239 ◦ green 20 ◦ blue 220

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

Shades of Hot Magenta #EF14DC

Tints of Hot Magenta #EF14DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 49.9%
G = 4.18%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF14DC (or 0xEF14DC) is known color: Hot Magenta. HEX triplet: EF, 14 and DC. RGB value is (239,20,220). Sum of RGB (Red+Green+Blue) = 239+20+220=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14DC is #10EB23. Grayscale: #6B6B6B. Windows color (decimal): -1108772 or 14423279. OLE color: 14423279.

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

Color convert

RGB 239 20 220 -
CMYK 0 0.92 0.08 0.06
HSL 305.21º 0.87% 0.51% -
HSV(B) 305.21º 0.92% 0.94% -
XYZ 48.77 24.02 69.78 -
YUV 108.28 191.05 221.24 -
System Red Green Blue C M Y K H S L
Decimal 239 20 220 0 0.92 0.08 0.06 305.21 0.87 0.51
Hex EF 14 DC 0 5C 8 6 131 57 33
Octal 357 24 334 0 134 10 6 461 127 63
Binary 11101111 10100 11011100 0 1011100 1000 110 100110001 1010111 110011

Color Harmonies of #EF14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14DC

Black with #EF14DC

Text Example


Text Example

White with #EF14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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