#E05358

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

Shades of Mandy #E05358

Tints of Mandy #E05358

Color information

#E05358 (or 0xE05358) is unknown color: approx Mandy. HEX triplet: E0, 53 and 58. RGB value is (224,83,88). Sum of RGB (Red+Green+Blue) = 224+83+88=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E05358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05358 is #1FACA7. Grayscale: #7D7D7D. Windows color (decimal): -2075816 or 5788640. OLE color: 5788640.

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

Color convert

RGB2248388-
CMYK00.630.610.12
HSL357.87º69.46%60.2%-
HSV(B)357.87º62.95%87.84%-
XYZ35.622.7411.75-
YUV125.73106.71198.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.71%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=56.71%
G=21.01%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224838800.630.610.12357.8769.4660.2
HexE0535803F3DC166453c
Octal340123130077751454610574
Binary1110000010100111011000011111111110111001011001101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05358; }

 p { color: rgb(224,83,88); }

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

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

 a { background-color: rgb(224,83,88); }

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

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

 span { border-color: rgb(224,83,88); }

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