Html Css Color HEX #EF11D3 Hot Magenta

📋 copy color: '#EF11D3'

red 239 ◦ green 17 ◦ blue 211

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

Shades of Hot Magenta #EF11D3

Tints of Hot Magenta #EF11D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 51.18%
G = 3.64%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF11D3 (or 0xEF11D3) is known color: Hot Magenta. HEX triplet: EF, 11 and D3. RGB value is (239,17,211). Sum of RGB (Red+Green+Blue) = 239+17+211=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF11D3 is #10EE2C. Grayscale: #686868. Windows color (decimal): -1109549 or 13832687. OLE color: 13832687.

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

Color convert

RGB 239 17 211 -
CMYK 0 0.93 0.12 0.06
HSL 307.57º 0.87% 0.5% -
HSV(B) 307.57º 0.93% 0.94% -
XYZ 47.55 23.45 63.65 -
YUV 105.49 187.55 223.23 -
System Red Green Blue C M Y K H S L
Decimal 239 17 211 0 0.93 0.12 0.06 307.57 0.87 0.5
Hex EF 11 D3 0 5D C 6 134 57 32
Octal 357 21 323 0 135 14 6 464 127 62
Binary 11101111 10001 11010011 0 1011101 1100 110 100110100 1010111 110010

Color Harmonies of #EF11D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11D3

Black with #EF11D3

Text Example


Text Example

White with #EF11D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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