#E2476F

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

Shades of Cranberry #E2476F

Tints of Cranberry #E2476F

Color information

#E2476F (or 0xE2476F) is unknown color: approx Cranberry. HEX triplet: E2, 47 and 6F. RGB value is (226,71,111). Sum of RGB (Red+Green+Blue) = 226+71+111=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2476F is #1DB890. Grayscale: #797979. Windows color (decimal): -1947793 or 7292898. OLE color: 7292898.

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

Color convert

RGB22671111-
CMYK00.690.510.11
HSL344.52º72.77%58.24%-
HSV(B)344.52º68.58%88.63%-
XYZ36.4921.8217.33-
YUV121.9121.85202.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.39%
GREEN value IS 71 (28.12% from 255) = 17.40%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=55.39%
G=17.40%
B=27.21%

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
Decimal2267111100.690.510.11344.5272.7758.24
HexE2476F04533B159493a
Octal3421071570105631353111172
Binary11100010100011111011110100010111001110111010110011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2476F; }

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

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

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

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

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

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

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

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