#E14B51

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

Shades of Mandy #E14B51

Tints of Mandy #E14B51

Color information

#E14B51 (or 0xE14B51) is unknown color: approx Mandy. HEX triplet: E1, 4B and 51. RGB value is (225,75,81). Sum of RGB (Red+Green+Blue) = 225+75+81=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B51 is #1EB4AE. Grayscale: #787878. Windows color (decimal): -2012335 or 5327841. OLE color: 5327841.

HSL color Cylindrical-coordinate representation of color #E14B51: hue angle of 357.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 #E14B51 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2257581-
CMYK00.670.640.12
HSL357.6º71.43%58.82%-
HSV(B)357.6º66.67%88.24%-
XYZ35.0521.6310.11-
YUV120.53105.7202.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=59.06%
G=19.69%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225758100.670.640.12357.671.4358.82
HexE14B5104340C166473b
Octal34111312101031001454610773
Binary111000011001011101000101000011100000011001011001101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14B51; }

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

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

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

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

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

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

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

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