Html Css Color HEX #EF14D6 Hot Magenta

📋 copy color: '#EF14D6'

red 239 ◦ green 20 ◦ blue 214

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

Shades of Hot Magenta #EF14D6

Tints of Hot Magenta #EF14D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 50.53%
G = 4.23%
B = 45.24%

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

#EF14D6 (or 0xEF14D6) is known color: Hot Magenta. HEX triplet: EF, 14 and D6. RGB value is (239,20,214). Sum of RGB (Red+Green+Blue) = 239+20+214=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14D6 is #10EB29. Grayscale: #6B6B6B. Windows color (decimal): -1108778 or 14030063. OLE color: 14030063.

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

Color convert

RGB 239 20 214 -
CMYK 0 0.92 0.10 0.06
HSL 306.85º 0.87% 0.51% -
HSV(B) 306.85º 0.92% 0.94% -
XYZ 47.98 23.71 65.67 -
YUV 107.6 188.05 221.73 -
System Red Green Blue C M Y K H S L
Decimal 239 20 214 0 0.92 0.10 0.06 306.85 0.87 0.51
Hex EF 14 D6 0 5C A 6 133 57 33
Octal 357 24 326 0 134 12 6 463 127 63
Binary 11101111 10100 11010110 0 1011100 1010 110 100110011 1010111 110011

Color Harmonies of #EF14D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14D6

Black with #EF14D6

Text Example


Text Example

White with #EF14D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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