#E54C64

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

Shades of Cranberry #E54C64

Tints of Cranberry #E54C64

Color information

#E54C64 (or 0xE54C64) is unknown color: approx Cranberry. HEX triplet: E5, 4C and 64. RGB value is (229,76,100). Sum of RGB (Red+Green+Blue) = 229+76+100=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C64 is #1AB39B. Grayscale: #7C7C7C. Windows color (decimal): -1749916 or 6573285. OLE color: 6573285.

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

Color convert

RGB22976100-
CMYK00.670.560.10
HSL350.59º74.63%59.8%-
HSV(B)350.59º66.81%89.8%-
XYZ37.222.7514.49-
YUV124.48114.19202.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.54%
GREEN value IS 76 (30.08% from 255) = 18.77%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=56.54%
G=18.77%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297610000.670.560.10350.5974.6359.8
HexE54C6404338A15f4b3c
Octal3451141440103701253711374
Binary11100101100110011001000100001111100010101010111111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C64; }

 p { color: rgb(229,76,100); }

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

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

 a { background-color: rgb(229,76,100); }

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

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

 span { border-color: rgb(229,76,100); }

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