#E05C5E

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

Shades of Mandy #E05C5E

Tints of Mandy #E05C5E

Color information

#E05C5E (or 0xE05C5E) is unknown color: approx Mandy. HEX triplet: E0, 5C and 5E. RGB value is (224,92,94). Sum of RGB (Red+Green+Blue) = 224+92+94=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C5E is #1FA3A1. Grayscale: #838383. Windows color (decimal): -2073506 or 6184160. OLE color: 6184160.

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

Color convert

RGB2249294-
CMYK00.590.580.12
HSL359.09º68.04%61.96%-
HSV(B)359.09º58.93%87.84%-
XYZ36.5924.3113.35-
YUV131.7106.73193.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.63%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=54.63%
G=22.44%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224929400.590.580.12359.0968.0461.96
HexE05C5E03B3AC167443e
Octal340134136073721454710476
Binary1110000010111001011110011101111101011001011001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05C5E; }

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

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

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

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

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

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

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

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