#E7525E

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

Shades of Mandy #E7525E

Tints of Mandy #E7525E

Color information

#E7525E (or 0xE7525E) is unknown color: approx Mandy. HEX triplet: E7, 52 and 5E. RGB value is (231,82,94). Sum of RGB (Red+Green+Blue) = 231+82+94=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7525E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7525E is #18ADA1. Grayscale: #808080. Windows color (decimal): -1617314 or 6181607. OLE color: 6181607.

HSL color Cylindrical-coordinate representation of color #E7525E: hue angle of 355.17º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7525E is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB2318294-
CMYK00.650.590.09
HSL355.17º75.63%61.37%-
HSV(B)355.17º64.5%90.59%-
XYZ37.9923.8313.19-
YUV127.92108.86201.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.76%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=56.76%
G=20.15%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231829400.650.590.09355.1775.6361.37
HexE7525E0413B91634c3d
Octal3471221360101731154311475
Binary11100111101001010111100100000111101110011011000111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7525E; }

 p { color: rgb(231,82,94); }

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

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

 a { background-color: rgb(231,82,94); }

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

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

 span { border-color: rgb(231,82,94); }

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