#E04F56

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

Shades of Mandy #E04F56

Tints of Mandy #E04F56

Color information

#E04F56 (or 0xE04F56) is unknown color: approx Mandy. HEX triplet: E0, 4F and 56. RGB value is (224,79,86). Sum of RGB (Red+Green+Blue) = 224+79+86=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F56 is #1FB0A9. Grayscale: #7B7B7B. Windows color (decimal): -2076842 or 5656544. OLE color: 5656544.

HSL color Cylindrical-coordinate representation of color #E04F56: hue angle of 357.1º 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 #E04F56 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB2247986-
CMYK00.650.620.12
HSL357.1º70.05%59.41%-
HSV(B)357.1º64.73%87.84%-
XYZ35.2222.1111.22-
YUV123.15107.04199.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.58%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=57.58%
G=20.31%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224798600.650.620.12357.170.0559.41
HexE04F560413EC165463b
Octal3401171260101761454510673
Binary11100000100111110101100100000111111011001011001011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04F56; }

 p { color: rgb(224,79,86); }

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

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

 a { background-color: rgb(224,79,86); }

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

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

 span { border-color: rgb(224,79,86); }

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