#E35355

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

Shades of Mandy #E35355

Tints of Mandy #E35355

Color information

#E35355 (or 0xE35355) is unknown color: approx Mandy. HEX triplet: E3, 53 and 55. RGB value is (227,83,85). Sum of RGB (Red+Green+Blue) = 227+83+85=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E35355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35355 is #1CACAA. Grayscale: #7E7E7E. Windows color (decimal): -1879211 or 5592035. OLE color: 5592035.

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

Color convert

RGB2278385-
CMYK00.630.630.11
HSL359.17º72%60.78%-
HSV(B)359.17º63.44%89.02%-
XYZ36.4123.1711.15-
YUV126.28104.71199.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.47%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 85 (33.59% from 255) = 21.52%
R=57.47%
G=21.01%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227838500.630.630.11359.177260.78
HexE3535503F3FB167483d
Octal343123125077771354711075
Binary1110001110100111010101011111111111110111011001111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35355; }

 p { color: rgb(227,83,85); }

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

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

 a { background-color: rgb(227,83,85); }

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

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

 span { border-color: rgb(227,83,85); }

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