#ED5456

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

Shades of Mandy #ED5456

Tints of Mandy #ED5456

Color information

#ED5456 (or 0xED5456) is unknown color: approx Mandy. HEX triplet: ED, 54 and 56. RGB value is (237,84,86). Sum of RGB (Red+Green+Blue) = 237+84+86=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5456 is #12ABA9. Grayscale: #828282. Windows color (decimal): -1223594 or 5657837. OLE color: 5657837.

HSL color Cylindrical-coordinate representation of color #ED5456: hue angle of 359.22º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5456 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2378486-
CMYK00.650.640.07
HSL359.22º80.95%62.94%-
HSV(B)359.22º64.56%92.94%-
XYZ39.7825.0211.54-
YUV129.98103.19204.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.23%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=58.23%
G=20.64%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237848600.650.640.07359.2280.9562.94
HexED5456041407167513f
Octal3551241260101100754712177
Binary11101101101010010101100100000110000001111011001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5456; }

 p { color: rgb(237,84,86); }

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

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

 a { background-color: rgb(237,84,86); }

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

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

 span { border-color: rgb(237,84,86); }

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