#E14575

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

Shades of Cranberry #E14575

Tints of Cranberry #E14575

Color information

#E14575 (or 0xE14575) is unknown color: approx Cranberry. HEX triplet: E1, 45 and 75. RGB value is (225,69,117). Sum of RGB (Red+Green+Blue) = 225+69+117=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E14575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14575 is #1EBA8A. Grayscale: #797979. Windows color (decimal): -2013835 or 7685601. OLE color: 7685601.

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

Color convert

RGB22569117-
CMYK00.690.480.12
HSL341.54º72.22%57.65%-
HSV(B)341.54º69.33%88.24%-
XYZ36.3921.5519.07-
YUV121.12125.68202.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=54.74%
G=16.79%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256911700.690.480.12341.5472.2257.65
HexE1457504530C156483a
Octal3411051650105601452611072
Binary11100001100010111101010100010111000011001010101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14575; }

 p { color: rgb(225,69,117); }

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

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

 a { background-color: rgb(225,69,117); }

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

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

 span { border-color: rgb(225,69,117); }

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