#E55C5D

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

Shades of Mandy #E55C5D

Tints of Mandy #E55C5D

Color information

#E55C5D (or 0xE55C5D) is unknown color: approx Mandy. HEX triplet: E5, 5C and 5D. RGB value is (229,92,93). Sum of RGB (Red+Green+Blue) = 229+92+93=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C5D is #1AA3A2. Grayscale: #858585. Windows color (decimal): -1745827 or 6118629. OLE color: 6118629.

HSL color Cylindrical-coordinate representation of color #E55C5D: hue angle of 359.56º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55C5D is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2299293-
CMYK00.600.590.10
HSL359.56º72.49%62.94%-
HSV(B)359.56º59.83%89.8%-
XYZ38.1225.113.19-
YUV133.08105.39196.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.31%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=55.31%
G=22.22%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229929300.600.590.10359.5672.4962.94
HexE55C5D03C3BA168483f
Octal345134135074731255011077
Binary1110010110111001011101011110011101110101011010001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55C5D; }

 p { color: rgb(229,92,93); }

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

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

 a { background-color: rgb(229,92,93); }

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

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

 span { border-color: rgb(229,92,93); }

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