#ED0FD4

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

Shades of Hot Magenta #ED0FD4

Tints of Hot Magenta #ED0FD4

Color information

#ED0FD4 (or 0xED0FD4) is unknown color: approx Hot Magenta. HEX triplet: ED, 0F and D4. RGB value is (237,15,212). Sum of RGB (Red+Green+Blue) = 237+15+212=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FD4 is #12F02B. Grayscale: #676767. Windows color (decimal): -1241132 or 13897709. OLE color: 13897709.

HSL color Cylindrical-coordinate representation of color #ED0FD4: hue angle of 306.76º 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 #ED0FD4 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB23715212-
CMYK00.940.110.07
HSL306.76º88.1%49.41%-
HSV(B)306.76º93.67%92.94%-
XYZ46.9823.164.27-
YUV103.84189.05222.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 15 (6.25% from 255) = 3.23%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=51.08%
G=3.23%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371521200.940.110.07306.7688.149.41
HexEDFD405EB71335831
Octal35517324013613746313061
Binary111011011111110101000101111010111111001100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0FD4; }

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

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

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

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

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

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

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

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