#ED0FDE

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

Shades of Hot Magenta #ED0FDE

Tints of Hot Magenta #ED0FDE

Color information

#ED0FDE (or 0xED0FDE) is unknown color: approx Hot Magenta. HEX triplet: ED, 0F and DE. RGB value is (237,15,222). Sum of RGB (Red+Green+Blue) = 237+15+222=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FDE is #12F021. Grayscale: #686868. Windows color (decimal): -1241122 or 14553069. OLE color: 14553069.

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

Color convert

RGB23715222-
CMYK00.940.060.07
HSL304.05º88.1%49.41%-
HSV(B)304.05º93.67%92.94%-
XYZ48.2823.6271.12-
YUV104.98194.05222.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 3.16%
BLUE value IS 222 (87.11% from 255) = 46.84%
R=50%
G=3.16%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371522200.940.060.07304.0588.149.41
HexEDFDE05E671305831
Octal3551733601366746013061
Binary11101101111111011110010111101101111001100001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0FDE; }

 p { color: rgb(237,15,222); }

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

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

 a { background-color: rgb(237,15,222); }

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

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

 span { border-color: rgb(237,15,222); }

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