#E24780

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

Shades of Cranberry #E24780

Tints of Cranberry #E24780

Color information

#E24780 (or 0xE24780) is unknown color: approx Cranberry. HEX triplet: E2, 47 and 80. RGB value is (226,71,128). Sum of RGB (Red+Green+Blue) = 226+71+128=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E24780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24780 is #1DB87F. Grayscale: #7B7B7B. Windows color (decimal): -1947776 or 8407010. OLE color: 8407010.

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

Color convert

RGB22671128-
CMYK00.690.430.11
HSL337.94º72.77%58.24%-
HSV(B)337.94º68.58%88.63%-
XYZ37.5122.2322.74-
YUV123.84130.35200.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.18%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=53.18%
G=16.71%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267112800.690.430.11337.9472.7758.24
HexE247800452BB152493a
Octal3421072000105531352211172
Binary111000101000111100000000100010110101110111010100101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24780; }

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

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

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

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

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

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

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

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