#ED5355

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

Shades of Mandy #ED5355

Tints of Mandy #ED5355

Color information

#ED5355 (or 0xED5355) is unknown color: approx Mandy. HEX triplet: ED, 53 and 55. RGB value is (237,83,85). Sum of RGB (Red+Green+Blue) = 237+83+85=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5355 is #12ACAA. Grayscale: #818181. Windows color (decimal): -1223851 or 5592045. OLE color: 5592045.

HSL color Cylindrical-coordinate representation of color #ED5355: 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 #ED5355 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2378385-
CMYK00.650.640.07
HSL359.22º81.05%62.75%-
HSV(B)359.22º64.98%92.94%-
XYZ39.6624.8511.3-
YUV129.27103.02204.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.52%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=58.52%
G=20.49%
B=20.99%

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
Decimal237838500.650.640.07359.2281.0562.75
HexED5355041407167513f
Octal3551231250101100754712177
Binary11101101101001110101010100000110000001111011001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5355; }

 p { color: rgb(237,83,85); }

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

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

 a { background-color: rgb(237,83,85); }

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

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

 span { border-color: rgb(237,83,85); }

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