#EF03D9

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

Shades of Hot Magenta #EF03D9

Tints of Hot Magenta #EF03D9

Color information

#EF03D9 (or 0xEF03D9) is unknown color: approx Hot Magenta. HEX triplet: EF, 03 and D9. RGB value is (239,3,217). Sum of RGB (Red+Green+Blue) = 239+3+217=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03D9 is #10FC26. Grayscale: #616161. Windows color (decimal): -1113127 or 14222319. OLE color: 14222319.

HSL color Cylindrical-coordinate representation of color #EF03D9: hue angle of 305.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03D9 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB2393217-
CMYK00.990.090.06
HSL305.59º97.52%47.45%-
HSV(B)305.59º98.74%93.73%-
XYZ48.1523.4367.63-
YUV97.96195.19228.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 3 (1.56% from 255) = 0.65%
BLUE value IS 217 (85.16% from 255) = 47.28%
R=52.07%
G=0.65%
B=47.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239321700.990.090.06305.5997.5247.45
HexEF3D906396132622f
Octal3573331014311646214257
Binary1110111111110110010110001110011101001100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF03D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF03D9; }

 p { color: rgb(239,3,217); }

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

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

 a { background-color: rgb(239,3,217); }

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

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

 span { border-color: rgb(239,3,217); }

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