#E15A5F

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

Shades of Mandy #E15A5F

Tints of Mandy #E15A5F

Color information

#E15A5F (or 0xE15A5F) is unknown color: approx Mandy. HEX triplet: E1, 5A and 5F. RGB value is (225,90,95). Sum of RGB (Red+Green+Blue) = 225+90+95=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A5F is #1EA5A0. Grayscale: #838383. Windows color (decimal): -2008481 or 6249185. OLE color: 6249185.

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

Color convert

RGB2259095-
CMYK00.600.580.12
HSL357.78º69.23%61.76%-
HSV(B)357.78º60%88.24%-
XYZ36.7724.1513.55-
YUV130.94107.73195.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.88%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=54.88%
G=21.95%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225909500.600.580.12357.7869.2361.76
HexE15A5F03C3AC166453e
Octal341132137074721454610576
Binary1110000110110101011111011110011101011001011001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15A5F; }

 p { color: rgb(225,90,95); }

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

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

 a { background-color: rgb(225,90,95); }

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

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

 span { border-color: rgb(225,90,95); }

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