#EF10DA

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

Shades of Hot Magenta #EF10DA

Tints of Hot Magenta #EF10DA

Color information

#EF10DA (or 0xEF10DA) is unknown color: approx Hot Magenta. HEX triplet: EF, 10 and DA. RGB value is (239,16,218). Sum of RGB (Red+Green+Blue) = 239+16+218=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10DA is #10EF25. Grayscale: #696969. Windows color (decimal): -1109798 or 14291183. OLE color: 14291183.

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

Color convert

RGB23916218-
CMYK00.930.090.06
HSL305.65º87.45%50%-
HSV(B)305.65º93.31%93.73%-
XYZ48.4423.7868.37-
YUV105.7191.38223.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 16 (6.64% from 255) = 3.38%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=50.53%
G=3.38%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391621800.930.090.06305.6587.4550
HexEF10DA05D961325732
Octal35720332013511646212762
Binary1110111110000110110100101110110011101001100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF10DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF10DA; }

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

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

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

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

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

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

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

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