#E8525A

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

Shades of Mandy #E8525A

Tints of Mandy #E8525A

Color information

#E8525A (or 0xE8525A) is unknown color: approx Mandy. HEX triplet: E8, 52 and 5A. RGB value is (232,82,90). Sum of RGB (Red+Green+Blue) = 232+82+90=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E8525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8525A is #17ADA5. Grayscale: #7F7F7F. Windows color (decimal): -1551782 or 5919464. OLE color: 5919464.

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

Color convert

RGB2328290-
CMYK00.650.610.09
HSL356.8º76.53%61.57%-
HSV(B)356.8º64.66%90.98%-
XYZ38.1423.9312.28-
YUV127.76106.7202.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.43%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=57.43%
G=20.30%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232829000.650.610.09356.876.5361.57
HexE8525A0413D91654d3e
Octal3501221320101751154511576
Binary11101000101001010110100100000111110110011011001011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8525A; }

 p { color: rgb(232,82,90); }

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

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

 a { background-color: rgb(232,82,90); }

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

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

 span { border-color: rgb(232,82,90); }

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