#e45360

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

Shades of Mandy #E45360

Tints of Mandy #E45360

Color information

#E45360 (or 0xE45360) is unknown color: approx Mandy. HEX triplet: E4, 53 and 60. RGB value is (228,83,96). Sum of RGB (Red+Green+Blue) = 228+83+96=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E45360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45360 is #1BAC9F. Grayscale: #7F7F7F. Windows color (decimal): -1813664 or 6312932. OLE color: 6312932.

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

Color convert

RGB2288396-
CMYK00.640.580.11
HSL354.62º72.86%60.98%-
HSV(B)354.62º63.6%89.41%-
XYZ37.223.5313.65-
YUV127.84110.04199.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.02%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=56.02%
G=20.39%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228839600.640.580.11354.6272.8660.98
HexE453600403AB163493d
Octal3441231400100721354311175
Binary11100100101001111000000100000011101010111011000111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45360; }

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

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

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

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

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

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

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

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