#E24770

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

Shades of Cranberry #E24770

Tints of Cranberry #E24770

Color information

#E24770 (or 0xE24770) is unknown color: approx Cranberry. HEX triplet: E2, 47 and 70. RGB value is (226,71,112). Sum of RGB (Red+Green+Blue) = 226+71+112=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E24770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24770 is #1DB88F. Grayscale: #7A7A7A. Windows color (decimal): -1947792 or 7358434. OLE color: 7358434.

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

Color convert

RGB22671112-
CMYK00.690.500.11
HSL344.13º72.77%58.24%-
HSV(B)344.13º68.58%88.63%-
XYZ36.5421.8517.62-
YUV122.02122.35202.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.26%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=55.26%
G=17.36%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267111200.690.500.11344.1372.7758.24
HexE2477004532B158493a
Octal3421071600105621353011172
Binary11100010100011111100000100010111001010111010110001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24770; }

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

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

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

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

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

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

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

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