#E15261

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

Shades of Mandy #E15261

Tints of Mandy #E15261

Color information

#E15261 (or 0xE15261) is unknown color: approx Mandy. HEX triplet: E1, 52 and 61. RGB value is (225,82,97). Sum of RGB (Red+Green+Blue) = 225+82+97=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E15261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15261 is #1EAD9E. Grayscale: #7E7E7E. Windows color (decimal): -2010527 or 6378209. OLE color: 6378209.

HSL color Cylindrical-coordinate representation of color #E15261: hue angle of 353.71º 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 #E15261 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB2258297-
CMYK00.640.570.12
HSL353.71º70.44%60.2%-
HSV(B)353.71º63.56%88.24%-
XYZ36.2322.9113.82-
YUV126.47111.38198.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.69%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=55.69%
G=20.30%
B=24.01%

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
Decimal225829700.640.570.12353.7170.4460.2
HexE1526104039C162463c
Octal3411221410100711454210674
Binary11100001101001011000010100000011100111001011000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15261; }

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

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

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

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

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

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

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

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