#E0555E

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

Shades of Mandy #E0555E

Tints of Mandy #E0555E

Color information

#E0555E (or 0xE0555E) is unknown color: approx Mandy. HEX triplet: E0, 55 and 5E. RGB value is (224,85,94). Sum of RGB (Red+Green+Blue) = 224+85+94=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0555E is #1FAAA1. Grayscale: #7F7F7F. Windows color (decimal): -2075298 or 6182368. OLE color: 6182368.

HSL color Cylindrical-coordinate representation of color #E0555E: hue angle of 356.12º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0555E is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB2248594-
CMYK00.620.580.12
HSL356.12º69.15%60.59%-
HSV(B)356.12º62.05%87.84%-
XYZ36.0123.1513.16-
YUV127.59109.05196.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.58%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=55.58%
G=21.09%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224859400.620.580.12356.1269.1560.59
HexE0555E03E3AC164453d
Octal340125136076721454410575
Binary1110000010101011011110011111011101011001011001001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0555E; }

 p { color: rgb(224,85,94); }

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

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

 a { background-color: rgb(224,85,94); }

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

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

 span { border-color: rgb(224,85,94); }

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