Html Css Color HEX #EF10DD Hot Magenta

📋 copy color: '#EF10DD'

red 239 ◦ green 16 ◦ blue 221

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

Shades of Hot Magenta #EF10DD

Tints of Hot Magenta #EF10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.36%

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

R = 50.21%
G = 3.36%
B = 46.43%

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

#EF10DD (or 0xEF10DD) is known color: Hot Magenta. HEX triplet: EF, 10 and DD. RGB value is (239,16,221). Sum of RGB (Red+Green+Blue) = 239+16+221=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10DD is #10EF22. Grayscale: #696969. Windows color (decimal): -1109795 or 14487791. OLE color: 14487791.

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

Color convert

RGB 239 16 221 -
CMYK 0 0.93 0.08 0.06
HSL 304.84º 0.87% 0.5% -
HSV(B) 304.84º 0.93% 0.94% -
XYZ 48.83 23.94 70.45 -
YUV 106.05 192.88 222.83 -
System Red Green Blue C M Y K H S L
Decimal 239 16 221 0 0.93 0.08 0.06 304.84 0.87 0.5
Hex EF 10 DD 0 5D 8 6 131 57 32
Octal 357 20 335 0 135 10 6 461 127 62
Binary 11101111 10000 11011101 0 1011101 1000 110 100110001 1010111 110010

Color Harmonies of #EF10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10DD

Black with #EF10DD

Text Example


Text Example

White with #EF10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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