#E14F63

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

Shades of Mandy #E14F63

Tints of Mandy #E14F63

Color information

#E14F63 (or 0xE14F63) is unknown color: approx Mandy. HEX triplet: E1, 4F and 63. RGB value is (225,79,99). Sum of RGB (Red+Green+Blue) = 225+79+99=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F63 is #1EB09C. Grayscale: #7D7D7D. Windows color (decimal): -2011293 or 6508513. OLE color: 6508513.

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

Color convert

RGB2257999-
CMYK00.650.560.12
HSL351.78º70.87%59.61%-
HSV(B)351.78º64.89%88.24%-
XYZ36.122.514.24-
YUV124.93113.37199.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=55.83%
G=19.60%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225799900.650.560.12351.7870.8759.61
HexE14F6304138C160473c
Octal3411171430101701454010774
Binary11100001100111111000110100000111100011001011000001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14F63; }

 p { color: rgb(225,79,99); }

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

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

 a { background-color: rgb(225,79,99); }

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

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

 span { border-color: rgb(225,79,99); }

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