#E14B5B

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

Shades of Mandy #E14B5B

Tints of Mandy #E14B5B

Color information

#E14B5B (or 0xE14B5B) is unknown color: approx Mandy. HEX triplet: E1, 4B and 5B. RGB value is (225,75,91). Sum of RGB (Red+Green+Blue) = 225+75+91=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B5B is #1EB4A4. Grayscale: #797979. Windows color (decimal): -2012325 or 5983201. OLE color: 5983201.

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

Color convert

RGB2257591-
CMYK00.670.600.12
HSL353.6º71.43%58.82%-
HSV(B)353.6º66.67%88.24%-
XYZ35.4621.812.24-
YUV121.67110.7201.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.54%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=57.54%
G=19.18%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225759100.670.600.12353.671.4358.82
HexE14B5B0433CC162473b
Octal3411131330103741454210773
Binary11100001100101110110110100001111110011001011000101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14B5B; }

 p { color: rgb(225,75,91); }

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

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

 a { background-color: rgb(225,75,91); }

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

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

 span { border-color: rgb(225,75,91); }

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