#E04E5D

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

Shades of Mandy #E04E5D

Tints of Mandy #E04E5D

Color information

#E04E5D (or 0xE04E5D) is unknown color: approx Mandy. HEX triplet: E0, 4E and 5D. RGB value is (224,78,93). Sum of RGB (Red+Green+Blue) = 224+78+93=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E5D is #1FB1A2. Grayscale: #7B7B7B. Windows color (decimal): -2077091 or 6115040. OLE color: 6115040.

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

Color convert

RGB2247893-
CMYK00.650.580.12
HSL353.84º70.19%59.22%-
HSV(B)353.84º65.18%87.84%-
XYZ35.4422.0912.75-
YUV123.36110.87199.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.71%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=56.71%
G=19.75%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224789300.650.580.12353.8470.1959.22
HexE04E5D0413AC162463b
Octal3401161350101721454210673
Binary11100000100111010111010100000111101011001011000101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04E5D; }

 p { color: rgb(224,78,93); }

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

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

 a { background-color: rgb(224,78,93); }

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

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

 span { border-color: rgb(224,78,93); }

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