#E14570

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

Shades of Cranberry #E14570

Tints of Cranberry #E14570

Color information

#E14570 (or 0xE14570) is unknown color: approx Cranberry. HEX triplet: E1, 45 and 70. RGB value is (225,69,112). Sum of RGB (Red+Green+Blue) = 225+69+112=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E14570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14570 is #1EBA8F. Grayscale: #787878. Windows color (decimal): -2013840 or 7357921. OLE color: 7357921.

HSL color Cylindrical-coordinate representation of color #E14570: hue angle of 343.46º 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 #E14570 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB22569112-
CMYK00.690.500.12
HSL343.46º72.22%57.65%-
HSV(B)343.46º69.33%88.24%-
XYZ36.121.4317.56-
YUV120.55123.18202.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.42%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=55.42%
G=17.00%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256911200.690.500.12343.4672.2257.65
HexE1457004532C157483a
Octal3411051600105621452711072
Binary11100001100010111100000100010111001011001010101111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14570; }

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

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

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

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

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

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

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

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