#ED555C

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

Shades of Mandy #ED555C

Tints of Mandy #ED555C

Color information

#ED555C (or 0xED555C) is unknown color: approx Mandy. HEX triplet: ED, 55 and 5C. RGB value is (237,85,92). Sum of RGB (Red+Green+Blue) = 237+85+92=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED555C is #12AAA3. Grayscale: #838383. Windows color (decimal): -1223332 or 6051309. OLE color: 6051309.

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

Color convert

RGB2378592-
CMYK00.640.610.07
HSL357.24º80.85%63.14%-
HSV(B)357.24º64.14%92.94%-
XYZ40.1125.2712.89-
YUV131.25105.86203.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.25%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=57.25%
G=20.53%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237859200.640.610.07357.2480.8563.14
HexED555C0403D7165513f
Octal355125134010075754512177
Binary1110110110101011011100010000001111011111011001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED555C; }

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

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

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

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

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

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

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

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