#EF0FDB

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

Shades of Hot Magenta #EF0FDB

Tints of Hot Magenta #EF0FDB

Color information

#EF0FDB (or 0xEF0FDB) is unknown color: approx Hot Magenta. HEX triplet: EF, 0F and DB. RGB value is (239,15,219). Sum of RGB (Red+Green+Blue) = 239+15+219=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FDB is #10F024. Grayscale: #686868. Windows color (decimal): -1110053 or 14356463. OLE color: 14356463.

HSL color Cylindrical-coordinate representation of color #EF0FDB: hue angle of 305.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FDB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB23915219-
CMYK00.940.080.06
HSL305.36º88.19%49.8%-
HSV(B)305.36º93.72%93.73%-
XYZ48.5523.8169.05-
YUV105.23192.21223.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 15 (6.25% from 255) = 3.17%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=50.53%
G=3.17%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391521900.940.080.06305.3688.1949.8
HexEFFDB05E861315832
Octal35717333013610646113062
Binary111011111111110110110101111010001101001100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FDB; }

 p { color: rgb(239,15,219); }

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

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

 a { background-color: rgb(239,15,219); }

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

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

 span { border-color: rgb(239,15,219); }

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