#E54970

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

Shades of Cranberry #E54970

Tints of Cranberry #E54970

Color information

#E54970 (or 0xE54970) is unknown color: approx Cranberry. HEX triplet: E5, 49 and 70. RGB value is (229,73,112). Sum of RGB (Red+Green+Blue) = 229+73+112=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E54970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54970 is #1AB68F. Grayscale: #7C7C7C. Windows color (decimal): -1750672 or 7358949. OLE color: 7358949.

HSL color Cylindrical-coordinate representation of color #E54970: hue angle of 345º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54970 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB22973112-
CMYK00.680.510.10
HSL345º75%59.22%-
HSV(B)345º68.12%89.8%-
XYZ37.6222.5917.71-
YUV124.09121.18202.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.31%
GREEN value IS 73 (28.91% from 255) = 17.63%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=55.31%
G=17.63%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297311200.680.510.103457559.22
HexE5497004433A1594b3b
Octal3451111600104631253111373
Binary11100101100100111100000100010011001110101010110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54970; }

 p { color: rgb(229,73,112); }

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

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

 a { background-color: rgb(229,73,112); }

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

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

 span { border-color: rgb(229,73,112); }

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