#E1545A

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

Shades of Mandy #E1545A

Tints of Mandy #E1545A

Color information

#E1545A (or 0xE1545A) is unknown color: approx Mandy. HEX triplet: E1, 54 and 5A. RGB value is (225,84,90). Sum of RGB (Red+Green+Blue) = 225+84+90=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1545A is #1EABA5. Grayscale: #7E7E7E. Windows color (decimal): -2010022 or 5919969. OLE color: 5919969.

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

Color convert

RGB2258490-
CMYK00.630.600.12
HSL357.45º70.15%60.59%-
HSV(B)357.45º62.67%88.24%-
XYZ36.0723.0912.23-
YUV126.84107.21198.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.39%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=56.39%
G=21.05%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225849000.630.600.12357.4570.1560.59
HexE1545A03F3CC165463d
Octal341124132077741454510675
Binary1110000110101001011010011111111110011001011001011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1545A; }

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

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

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

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

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

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

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

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