#E1525C

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

Shades of Mandy #E1525C

Tints of Mandy #E1525C

Color information

#E1525C (or 0xE1525C) is unknown color: approx Mandy. HEX triplet: E1, 52 and 5C. RGB value is (225,82,92). Sum of RGB (Red+Green+Blue) = 225+82+92=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1525C is #1EADA3. Grayscale: #7E7E7E. Windows color (decimal): -2010532 or 6050529. OLE color: 6050529.

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

Color convert

RGB2258292-
CMYK00.640.590.12
HSL355.8º70.44%60.2%-
HSV(B)355.8º63.56%88.24%-
XYZ3622.8112.63-
YUV125.9108.88198.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.39%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=56.39%
G=20.55%
B=23.06%

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
Decimal225829200.640.590.12355.870.4460.2
HexE1525C0403BC164463c
Octal3411221340100731454410674
Binary11100001101001010111000100000011101111001011001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1525C; }

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

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

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

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

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

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

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

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