#e2476a

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

Shades of Cranberry #E2476A

Tints of Cranberry #E2476A

Color information

#E2476A (or 0xE2476A) is unknown color: approx Cranberry. HEX triplet: E2, 47 and 6A. RGB value is (226,71,106). Sum of RGB (Red+Green+Blue) = 226+71+106=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2476A is #1DB895. Grayscale: #797979. Windows color (decimal): -1947798 or 6965218. OLE color: 6965218.

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

Color convert

RGB22671106-
CMYK00.690.530.11
HSL346.45º72.77%58.24%-
HSV(B)346.45º68.58%88.63%-
XYZ36.2221.7215.92-
YUV121.34119.35202.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.08%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=56.08%
G=17.62%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267110600.690.530.11346.4572.7758.24
HexE2476A04535B15a493a
Octal3421071520105651353211172
Binary11100010100011111010100100010111010110111010110101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2476a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2476a; }

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

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

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

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

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

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

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

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