Html Css Color HEX #EF14DA Hot Magenta

📋 copy color: '#EF14DA'

red 239 ◦ green 20 ◦ blue 218

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

Shades of Hot Magenta #EF14DA

Tints of Hot Magenta #EF14DA

RGB

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

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

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

R = 50.1%
G = 4.19%
B = 45.7%

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

#EF14DA (or 0xEF14DA) is known color: Hot Magenta. HEX triplet: EF, 14 and DA. RGB value is (239,20,218). Sum of RGB (Red+Green+Blue) = 239+20+218=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14DA is #10EB25. Grayscale: #6B6B6B. Windows color (decimal): -1108774 or 14292207. OLE color: 14292207.

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

Color convert

RGB 239 20 218 -
CMYK 0 0.92 0.09 0.06
HSL 305.75º 0.87% 0.51% -
HSV(B) 305.75º 0.92% 0.94% -
XYZ 48.5 23.91 68.39 -
YUV 108.05 190.05 221.4 -
System Red Green Blue C M Y K H S L
Decimal 239 20 218 0 0.92 0.09 0.06 305.75 0.87 0.51
Hex EF 14 DA 0 5C 9 6 132 57 33
Octal 357 24 332 0 134 11 6 462 127 63
Binary 11101111 10100 11011010 0 1011100 1001 110 100110010 1010111 110011

Color Harmonies of #EF14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14DA

Black with #EF14DA

Text Example


Text Example

White with #EF14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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