#E35160

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

Shades of Mandy #E35160

Tints of Mandy #E35160

Color information

#E35160 (or 0xE35160) is unknown color: approx Mandy. HEX triplet: E3, 51 and 60. RGB value is (227,81,96). Sum of RGB (Red+Green+Blue) = 227+81+96=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E35160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35160 is #1CAE9F. Grayscale: #7E7E7E. Windows color (decimal): -1879712 or 6312419. OLE color: 6312419.

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

Color convert

RGB2278196-
CMYK00.640.580.11
HSL353.84º72.28%60.39%-
HSV(B)353.84º64.32%89.02%-
XYZ36.7323.0613.58-
YUV126.36110.87199.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.19%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=56.19%
G=20.05%
B=23.76%

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
Decimal227819600.640.580.11353.8472.2860.39
HexE351600403AB162483c
Octal3431211400100721354211074
Binary11100011101000111000000100000011101010111011000101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35160; }

 p { color: rgb(227,81,96); }

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

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

 a { background-color: rgb(227,81,96); }

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

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

 span { border-color: rgb(227,81,96); }

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