#E2575B

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

Shades of Mandy #E2575B

Tints of Mandy #E2575B

Color information

#E2575B (or 0xE2575B) is unknown color: approx Mandy. HEX triplet: E2, 57 and 5B. RGB value is (226,87,91). Sum of RGB (Red+Green+Blue) = 226+87+91=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2575B is #1DA8A4. Grayscale: #818181. Windows color (decimal): -1943717 or 5986274. OLE color: 5986274.

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

Color convert

RGB2268791-
CMYK00.620.600.11
HSL358.27º70.56%61.37%-
HSV(B)358.27º61.5%88.63%-
XYZ36.6623.7412.55-
YUV129.02106.55197.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.94%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=55.94%
G=21.53%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226879100.620.600.11358.2770.5661.37
HexE2575B03E3CB166473d
Octal342127133076741354610775
Binary1110001010101111011011011111011110010111011001101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2575B; }

 p { color: rgb(226,87,91); }

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

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

 a { background-color: rgb(226,87,91); }

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

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

 span { border-color: rgb(226,87,91); }

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