#E5546A

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

Shades of Cranberry #E5546A

Tints of Cranberry #E5546A

Color information

#E5546A (or 0xE5546A) is unknown color: approx Cranberry. HEX triplet: E5, 54 and 6A. RGB value is (229,84,106). Sum of RGB (Red+Green+Blue) = 229+84+106=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5546A is #1AAB95. Grayscale: #818181. Windows color (decimal): -1747862 or 6968549. OLE color: 6968549.

HSL color Cylindrical-coordinate representation of color #E5546A: hue angle of 350.9º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5546A is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB22984106-
CMYK00.630.540.10
HSL350.9º73.6%61.37%-
HSV(B)350.9º63.32%89.8%-
XYZ38.0824.0416.27-
YUV129.86114.54198.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.65%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=54.65%
G=20.05%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298410600.630.540.10350.973.661.37
HexE5546A03F36A15f4a3d
Octal345124152077661253711275
Binary1110010110101001101010011111111011010101010111111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5546A; }

 p { color: rgb(229,84,106); }

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

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

 a { background-color: rgb(229,84,106); }

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

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

 span { border-color: rgb(229,84,106); }

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