#E2476D

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

Shades of Cranberry #E2476D

Tints of Cranberry #E2476D

Color information

#E2476D (or 0xE2476D) is unknown color: approx Cranberry. HEX triplet: E2, 47 and 6D. RGB value is (226,71,109). Sum of RGB (Red+Green+Blue) = 226+71+109=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2476D is #1DB892. Grayscale: #797979. Windows color (decimal): -1947795 or 7161826. OLE color: 7161826.

HSL color Cylindrical-coordinate representation of color #E2476D: hue angle of 345.29º 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 #E2476D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB22671109-
CMYK00.690.520.11
HSL345.29º72.77%58.24%-
HSV(B)345.29º68.58%88.63%-
XYZ36.3821.7816.75-
YUV121.68120.85202.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.67%
GREEN value IS 71 (28.12% from 255) = 17.49%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=55.67%
G=17.49%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267110900.690.520.11345.2972.7758.24
HexE2476D04534B159493a
Octal3421071550105641353111172
Binary11100010100011111011010100010111010010111010110011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2476D; }

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

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

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

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

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

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

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

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