#E15260

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

Shades of Mandy #E15260

Tints of Mandy #E15260

Color information

#E15260 (or 0xE15260) is unknown color: approx Mandy. HEX triplet: E1, 52 and 60. RGB value is (225,82,96). Sum of RGB (Red+Green+Blue) = 225+82+96=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E15260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15260 is #1EAD9F. Grayscale: #7E7E7E. Windows color (decimal): -2010528 or 6312673. OLE color: 6312673.

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

Color convert

RGB2258296-
CMYK00.640.570.12
HSL354.13º70.44%60.2%-
HSV(B)354.13º63.56%88.24%-
XYZ36.1822.8913.58-
YUV126.35110.88198.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=55.83%
G=20.35%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225829600.640.570.12354.1370.4460.2
HexE1526004039C162463c
Octal3411221400100711454210674
Binary11100001101001011000000100000011100111001011000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15260; }

 p { color: rgb(225,82,96); }

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

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

 a { background-color: rgb(225,82,96); }

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

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

 span { border-color: rgb(225,82,96); }

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