#E5496A

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

Shades of Cranberry #E5496A

Tints of Cranberry #E5496A

Color information

#E5496A (or 0xE5496A) is unknown color: approx Cranberry. HEX triplet: E5, 49 and 6A. RGB value is (229,73,106). Sum of RGB (Red+Green+Blue) = 229+73+106=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5496A is #1AB695. Grayscale: #7B7B7B. Windows color (decimal): -1750678 or 6965733. OLE color: 6965733.

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

Color convert

RGB22973106-
CMYK00.680.540.10
HSL347.31º75%59.22%-
HSV(B)347.31º68.12%89.8%-
XYZ37.322.4616.01-
YUV123.41118.18203.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.13%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=56.13%
G=17.89%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297310600.680.540.10347.317559.22
HexE5496A04436A15b4b3b
Octal3451111520104661253311373
Binary11100101100100111010100100010011011010101010110111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5496A; }

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

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

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

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

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

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

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

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