#ED05DB

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

Shades of Hot Magenta #ED05DB

Tints of Hot Magenta #ED05DB

Color information

#ED05DB (or 0xED05DB) is unknown color: approx Hot Magenta. HEX triplet: ED, 05 and DB. RGB value is (237,5,219). Sum of RGB (Red+Green+Blue) = 237+5+219=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05DB is #12FA24. Grayscale: #626262. Windows color (decimal): -1243685 or 14353901. OLE color: 14353901.

HSL color Cylindrical-coordinate representation of color #ED05DB: hue angle of 304.66º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED05DB is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB2375219-
CMYK00.980.080.07
HSL304.66º95.87%47.45%-
HSV(B)304.66º97.89%92.94%-
XYZ47.7723.2368.98-
YUV98.76195.86226.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.41%
GREEN value IS 5 (2.34% from 255) = 1.08%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=51.41%
G=1.08%
B=47.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237521900.980.080.07304.6695.8747.45
HexED5DB06287131602f
Octal3555333014210746114057
Binary11101101101110110110110001010001111001100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED05DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED05DB; }

 p { color: rgb(237,5,219); }

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

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

 a { background-color: rgb(237,5,219); }

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

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

 span { border-color: rgb(237,5,219); }

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