#E2476B

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

Shades of Cranberry #E2476B

Tints of Cranberry #E2476B

Color information

#E2476B (or 0xE2476B) is unknown color: approx Cranberry. HEX triplet: E2, 47 and 6B. RGB value is (226,71,107). Sum of RGB (Red+Green+Blue) = 226+71+107=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2476B is #1DB894. Grayscale: #797979. Windows color (decimal): -1947797 or 7030754. OLE color: 7030754.

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

Color convert

RGB22671107-
CMYK00.690.530.11
HSL346.06º72.77%58.24%-
HSV(B)346.06º68.58%88.63%-
XYZ36.2721.7416.19-
YUV121.45119.85202.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.94%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=55.94%
G=17.57%
B=26.49%

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
Decimal2267110700.690.530.11346.0672.7758.24
HexE2476B04535B15a493a
Octal3421071530105651353211172
Binary11100010100011111010110100010111010110111010110101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2476B; }

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

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

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

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

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

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

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

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