Html Css Color HEX #EF11D5 Hot Magenta

📋 copy color: '#EF11D5'

red 239 ◦ green 17 ◦ blue 213

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

Shades of Hot Magenta #EF11D5

Tints of Hot Magenta #EF11D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 50.96%
G = 3.62%
B = 45.42%

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

#EF11D5 (or 0xEF11D5) is known color: Hot Magenta. HEX triplet: EF, 11 and D5. RGB value is (239,17,213). Sum of RGB (Red+Green+Blue) = 239+17+213=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF11D5 is #10EE2A. Grayscale: #696969. Windows color (decimal): -1109547 or 13963759. OLE color: 13963759.

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

Color convert

RGB 239 17 213 -
CMYK 0 0.93 0.11 0.06
HSL 307.03º 0.87% 0.5% -
HSV(B) 307.03º 0.93% 0.94% -
XYZ 47.81 23.56 64.98 -
YUV 105.72 188.55 223.06 -
System Red Green Blue C M Y K H S L
Decimal 239 17 213 0 0.93 0.11 0.06 307.03 0.87 0.5
Hex EF 11 D5 0 5D B 6 133 57 32
Octal 357 21 325 0 135 13 6 463 127 62
Binary 11101111 10001 11010101 0 1011101 1011 110 100110011 1010111 110010

Color Harmonies of #EF11D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11D5

Black with #EF11D5

Text Example


Text Example

White with #EF11D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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