#E1525D

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

Shades of Mandy #E1525D

Tints of Mandy #E1525D

Color information

#E1525D (or 0xE1525D) is unknown color: approx Mandy. HEX triplet: E1, 52 and 5D. RGB value is (225,82,93). Sum of RGB (Red+Green+Blue) = 225+82+93=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1525D is #1EADA2. Grayscale: #7E7E7E. Windows color (decimal): -2010531 or 6116065. OLE color: 6116065.

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

Color convert

RGB2258293-
CMYK00.640.590.12
HSL355.38º70.44%60.2%-
HSV(B)355.38º63.56%88.24%-
XYZ36.0422.8312.86-
YUV126.01109.38198.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.25%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=56.25%
G=20.5%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225829300.640.590.12355.3870.4460.2
HexE1525D0403BC163463c
Octal3411221350100731454310674
Binary11100001101001010111010100000011101111001011000111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1525D; }

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

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

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

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

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

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

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

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