#E15C5F

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

Shades of Mandy #E15C5F

Tints of Mandy #E15C5F

Color information

#E15C5F (or 0xE15C5F) is unknown color: approx Mandy. HEX triplet: E1, 5C and 5F. RGB value is (225,92,95). Sum of RGB (Red+Green+Blue) = 225+92+95=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C5F is #1EA3A0. Grayscale: #848484. Windows color (decimal): -2007969 or 6249697. OLE color: 6249697.

HSL color Cylindrical-coordinate representation of color #E15C5F: hue angle of 358.65º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15C5F is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB2259295-
CMYK00.590.580.12
HSL358.65º68.91%62.16%-
HSV(B)358.65º59.11%88.24%-
XYZ36.9424.4913.61-
YUV132.11107.06194.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.61%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=54.61%
G=22.33%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225929500.590.580.12358.6568.9162.16
HexE15C5F03B3AC167453e
Octal341134137073721454710576
Binary1110000110111001011111011101111101011001011001111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C5F; }

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

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

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

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

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

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

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

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