#e54870

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

Shades of Cranberry #E54870

Tints of Cranberry #E54870

Color information

#E54870 (or 0xE54870) is unknown color: approx Cranberry. HEX triplet: E5, 48 and 70. RGB value is (229,72,112). Sum of RGB (Red+Green+Blue) = 229+72+112=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E54870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54870 is #1AB78F. Grayscale: #7B7B7B. Windows color (decimal): -1750928 or 7358693. OLE color: 7358693.

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

Color convert

RGB22972112-
CMYK00.690.510.10
HSL344.71º75.12%59.02%-
HSV(B)344.71º68.56%89.8%-
XYZ37.5622.4617.69-
YUV123.5121.51203.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=55.45%
G=17.43%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297211200.690.510.10344.7175.1259.02
HexE5487004533A1594b3b
Octal3451101600105631253111373
Binary11100101100100011100000100010111001110101010110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e54870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e54870; }

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

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

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

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

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

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

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

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