Html Css Color HEX #EF11DD Hot Magenta

📋 copy color: '#EF11DD'

red 239 ◦ green 17 ◦ blue 221

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

Shades of Hot Magenta #EF11DD

Tints of Hot Magenta #EF11DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 50.1%
G = 3.56%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF11DD (or 0xEF11DD) is known color: Hot Magenta. HEX triplet: EF, 11 and DD. RGB value is (239,17,221). Sum of RGB (Red+Green+Blue) = 239+17+221=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF11DD is #10EE22. Grayscale: #6A6A6A. Windows color (decimal): -1109539 or 14488047. OLE color: 14488047.

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

Color convert

RGB 239 17 221 -
CMYK 0 0.93 0.08 0.06
HSL 304.86º 0.87% 0.5% -
HSV(B) 304.86º 0.93% 0.94% -
XYZ 48.85 23.97 70.46 -
YUV 106.63 192.55 222.41 -
System Red Green Blue C M Y K H S L
Decimal 239 17 221 0 0.93 0.08 0.06 304.86 0.87 0.5
Hex EF 11 DD 0 5D 8 6 131 57 32
Octal 357 21 335 0 135 10 6 461 127 62
Binary 11101111 10001 11011101 0 1011101 1000 110 100110001 1010111 110010

Color Harmonies of #EF11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11DD

Black with #EF11DD

Text Example


Text Example

White with #EF11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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