#EF10DC

Color #EF10DC Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #EF10DC

Tints of Hot Magenta #EF10DC

Color information

#EF10DC (or 0xEF10DC) is unknown color: approx Hot Magenta. HEX triplet: EF, 10 and DC. RGB value is (239,16,220). Sum of RGB (Red+Green+Blue) = 239+16+220=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10DC is #10EF23. Grayscale: #696969. Windows color (decimal): -1109796 or 14422255. OLE color: 14422255.

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

Color convert

RGB23916220-
CMYK00.930.080.06
HSL305.11º87.45%50%-
HSV(B)305.11º93.31%93.73%-
XYZ48.723.8969.75-
YUV105.93192.38222.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 16 (6.64% from 255) = 3.37%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=50.32%
G=3.37%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391622000.930.080.06305.1187.4550
HexEF10DC05D861315732
Octal35720334013510646112762
Binary1110111110000110111000101110110001101001100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF10DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF10DC; }

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

 H1.HeaderClassName
 {
   color: #EF10DC;
 }
 .AnyTagClassName
 {
   color: #EF10DC;
 }
</style>
background-color css

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

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

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

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

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

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