#E3525B

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

Shades of Mandy #E3525B

Tints of Mandy #E3525B

Color information

#E3525B (or 0xE3525B) is unknown color: approx Mandy. HEX triplet: E3, 52 and 5B. RGB value is (227,82,91). Sum of RGB (Red+Green+Blue) = 227+82+91=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E3525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3525B is #1CADA4. Grayscale: #7E7E7E. Windows color (decimal): -1879461 or 5984995. OLE color: 5984995.

HSL color Cylindrical-coordinate representation of color #E3525B: hue angle of 356.28º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3525B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2278291-
CMYK00.640.600.11
HSL356.28º72.14%60.59%-
HSV(B)356.28º63.88%89.02%-
XYZ36.5823.1212.43-
YUV126.38108.04199.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.75%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=56.75%
G=20.5%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227829100.640.600.11356.2872.1460.59
HexE3525B0403CB164483d
Octal3431221330100741354411075
Binary11100011101001010110110100000011110010111011001001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3525B; }

 p { color: rgb(227,82,91); }

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

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

 a { background-color: rgb(227,82,91); }

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

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

 span { border-color: rgb(227,82,91); }

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