#E2496D

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

Shades of Cranberry #E2496D

Tints of Cranberry #E2496D

Color information

#E2496D (or 0xE2496D) is unknown color: approx Cranberry. HEX triplet: E2, 49 and 6D. RGB value is (226,73,109). Sum of RGB (Red+Green+Blue) = 226+73+109=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2496D is #1DB692. Grayscale: #7A7A7A. Windows color (decimal): -1947283 or 7162338. OLE color: 7162338.

HSL color Cylindrical-coordinate representation of color #E2496D: hue angle of 345.88º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2496D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB22673109-
CMYK00.680.520.11
HSL345.88º72.51%58.63%-
HSV(B)345.88º67.7%88.63%-
XYZ36.5122.0416.8-
YUV122.85120.19201.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.39%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=55.39%
G=17.89%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267310900.680.520.11345.8872.5158.63
HexE2496D04434B15a493b
Octal3421111550104641353211173
Binary11100010100100111011010100010011010010111010110101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2496D; }

 p { color: rgb(226,73,109); }

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

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

 a { background-color: rgb(226,73,109); }

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

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

 span { border-color: rgb(226,73,109); }

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