#E14C5F

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

Shades of Mandy #E14C5F

Tints of Mandy #E14C5F

Color information

#E14C5F (or 0xE14C5F) is unknown color: approx Mandy. HEX triplet: E1, 4C and 5F. RGB value is (225,76,95). Sum of RGB (Red+Green+Blue) = 225+76+95=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C5F is #1EB3A0. Grayscale: #7A7A7A. Windows color (decimal): -2012065 or 6245601. OLE color: 6245601.

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

Color convert

RGB2257695-
CMYK00.660.580.12
HSL352.35º71.29%59.02%-
HSV(B)352.35º66.22%88.24%-
XYZ35.72213.19-
YUV122.72112.36200.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.82%
GREEN value IS 76 (30.08% from 255) = 19.19%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=56.82%
G=19.19%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225769500.660.580.12352.3571.2959.02
HexE14C5F0423AC160473b
Octal3411141370102721454010773
Binary11100001100110010111110100001011101011001011000001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C5F; }

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

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

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

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

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

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

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

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