Html Css Color HEX #EF14D7 Hot Magenta

📋 copy color: '#EF14D7'

red 239 ◦ green 20 ◦ blue 215

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

Shades of Hot Magenta #EF14D7

Tints of Hot Magenta #EF14D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 50.42%
G = 4.22%
B = 45.36%

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

#EF14D7 (or 0xEF14D7) is known color: Hot Magenta. HEX triplet: EF, 14 and D7. RGB value is (239,20,215). Sum of RGB (Red+Green+Blue) = 239+20+215=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14D7 is #10EB28. Grayscale: #6B6B6B. Windows color (decimal): -1108777 or 14095599. OLE color: 14095599.

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

Color convert

RGB 239 20 215 -
CMYK 0 0.92 0.10 0.06
HSL 306.58º 0.87% 0.51% -
HSV(B) 306.58º 0.92% 0.94% -
XYZ 48.11 23.76 66.34 -
YUV 107.71 188.55 221.64 -
System Red Green Blue C M Y K H S L
Decimal 239 20 215 0 0.92 0.10 0.06 306.58 0.87 0.51
Hex EF 14 D7 0 5C A 6 133 57 33
Octal 357 24 327 0 134 12 6 463 127 63
Binary 11101111 10100 11010111 0 1011100 1010 110 100110011 1010111 110011

Color Harmonies of #EF14D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14D7

Black with #EF14D7

Text Example


Text Example

White with #EF14D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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