#EF10D4

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

Shades of Hot Magenta #EF10D4

Tints of Hot Magenta #EF10D4

Color information

#EF10D4 (or 0xEF10D4) is unknown color: approx Hot Magenta. HEX triplet: EF, 10 and D4. RGB value is (239,16,212). Sum of RGB (Red+Green+Blue) = 239+16+212=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10D4 is #10EF2B. Grayscale: #686868. Windows color (decimal): -1109804 or 13897967. OLE color: 13897967.

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

Color convert

RGB23916212-
CMYK00.930.110.06
HSL307.26º87.45%50%-
HSV(B)307.26º93.31%93.73%-
XYZ47.6723.4764.31-
YUV105.02188.38223.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.18%
GREEN value IS 16 (6.64% from 255) = 3.43%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=51.18%
G=3.43%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391621200.930.110.06307.2687.4550
HexEF10D405DB61335732
Octal35720324013513646312762
Binary1110111110000110101000101110110111101001100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF10D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF10D4; }

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

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

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

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

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

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

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

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