#E45A60

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

Shades of Mandy #E45A60

Tints of Mandy #E45A60

Color information

#E45A60 (or 0xE45A60) is unknown color: approx Mandy. HEX triplet: E4, 5A and 60. RGB value is (228,90,96). Sum of RGB (Red+Green+Blue) = 228+90+96=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A60 is #1BA59F. Grayscale: #848484. Windows color (decimal): -1811872 or 6314724. OLE color: 6314724.

HSL color Cylindrical-coordinate representation of color #E45A60: hue angle of 357.39º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45A60 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB2289096-
CMYK00.610.580.11
HSL357.39º71.88%62.35%-
HSV(B)357.39º60.53%89.41%-
XYZ37.7624.6513.83-
YUV131.95107.72196.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.07%
GREEN value IS 90 (35.55% from 255) = 21.74%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=55.07%
G=21.74%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228909600.610.580.11357.3971.8862.35
HexE45A6003D3AB165483e
Octal344132140075721354511076
Binary1110010010110101100000011110111101010111011001011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45A60; }

 p { color: rgb(228,90,96); }

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

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

 a { background-color: rgb(228,90,96); }

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

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

 span { border-color: rgb(228,90,96); }

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