#E54A64

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

Shades of Cranberry #E54A64

Tints of Cranberry #E54A64

Color information

#E54A64 (or 0xE54A64) is unknown color: approx Cranberry. HEX triplet: E5, 4A and 64. RGB value is (229,74,100). Sum of RGB (Red+Green+Blue) = 229+74+100=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A64 is #1AB59B. Grayscale: #7B7B7B. Windows color (decimal): -1750428 or 6572773. OLE color: 6572773.

HSL color Cylindrical-coordinate representation of color #E54A64: hue angle of 349.94º 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 #E54A64 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB22974100-
CMYK00.680.560.10
HSL349.94º74.88%59.41%-
HSV(B)349.94º67.69%89.8%-
XYZ37.0622.4814.44-
YUV123.31114.85203.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.82%
GREEN value IS 74 (29.30% from 255) = 18.36%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=56.82%
G=18.36%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297410000.680.560.10349.9474.8859.41
HexE54A6404438A15e4b3b
Octal3451121440104701253611373
Binary11100101100101011001000100010011100010101010111101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A64; }

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

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

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

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

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

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

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

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