#E44072

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

Shades of Cranberry #E44072

Tints of Cranberry #E44072

Color information

#E44072 (or 0xE44072) is unknown color: approx Cranberry. HEX triplet: E4, 40 and 72. RGB value is (228,64,114). Sum of RGB (Red+Green+Blue) = 228+64+114=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E44072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44072 is #1BBF8D. Grayscale: #767676. Windows color (decimal): -1818510 or 7487716. OLE color: 7487716.

HSL color Cylindrical-coordinate representation of color #E44072: hue angle of 341.71º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E44072 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22864114-
CMYK00.720.500.11
HSL341.71º75.23%57.25%-
HSV(B)341.71º71.93%89.41%-
XYZ36.8721.3818.1-
YUV118.74125.33205.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.16%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=56.16%
G=15.76%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286411400.720.500.11341.7175.2357.25
HexE4407204832B1564b39
Octal3441001620110621352611371
Binary11100100100000011100100100100011001010111010101101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44072; }

 p { color: rgb(228,64,114); }

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

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

 a { background-color: rgb(228,64,114); }

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

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

 span { border-color: rgb(228,64,114); }

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