Html Css Color HEX #EF11D4 Hot Magenta

📋 copy color: '#EF11D4'

red 239 ◦ green 17 ◦ blue 212

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

Shades of Hot Magenta #EF11D4

Tints of Hot Magenta #EF11D4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.63%

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 51.07%
G = 3.63%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF11D4 (or 0xEF11D4) is known color: Hot Magenta. HEX triplet: EF, 11 and D4. RGB value is (239,17,212). Sum of RGB (Red+Green+Blue) = 239+17+212=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF11D4 is #10EE2B. Grayscale: #696969. Windows color (decimal): -1109548 or 13898223. OLE color: 13898223.

HSL color Cylindrical-coordinate representation of color #EF11D4: hue angle of 307.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11D4 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 212 -
CMYK 0 0.93 0.11 0.06
HSL 307.3º 0.87% 0.5% -
HSV(B) 307.3º 0.93% 0.94% -
XYZ 47.68 23.51 64.31 -
YUV 105.61 188.05 223.14 -
System Red Green Blue C M Y K H S L
Decimal 239 17 212 0 0.93 0.11 0.06 307.3 0.87 0.5
Hex EF 11 D4 0 5D B 6 133 57 32
Octal 357 21 324 0 135 13 6 463 127 62
Binary 11101111 10001 11010100 0 1011101 1011 110 100110011 1010111 110010

Color Harmonies of #EF11D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11D4

Black with #EF11D4

Text Example


Text Example

White with #EF11D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11D4; }

 p { color: rgb(239,17,212); }

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

background-color css

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

 a { background-color: rgb(239,17,212); }

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

border-color css

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

 span { border-color: rgb(239,17,212); }

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