#E2476E

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

Shades of Cranberry #E2476E

Tints of Cranberry #E2476E

Color information

#E2476E (or 0xE2476E) is unknown color: approx Cranberry. HEX triplet: E2, 47 and 6E. RGB value is (226,71,110). Sum of RGB (Red+Green+Blue) = 226+71+110=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2476E is #1DB891. Grayscale: #797979. Windows color (decimal): -1947794 or 7227362. OLE color: 7227362.

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

Color convert

RGB22671110-
CMYK00.690.510.11
HSL344.9º72.77%58.24%-
HSV(B)344.9º68.58%88.63%-
XYZ36.4321.817.04-
YUV121.79121.35202.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.53%
GREEN value IS 71 (28.12% from 255) = 17.44%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=55.53%
G=17.44%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267111000.690.510.11344.972.7758.24
HexE2476E04533B159493a
Octal3421071560105631353111172
Binary11100010100011111011100100010111001110111010110011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2476E; }

 p { color: rgb(226,71,110); }

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

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

 a { background-color: rgb(226,71,110); }

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

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

 span { border-color: rgb(226,71,110); }

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