#E04874

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

Shades of Cranberry #E04874

Tints of Cranberry #E04874

Color information

#E04874 (or 0xE04874) is unknown color: approx Cranberry. HEX triplet: E0, 48 and 74. RGB value is (224,72,116). Sum of RGB (Red+Green+Blue) = 224+72+116=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E04874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04874 is #1FB78B. Grayscale: #7A7A7A. Windows color (decimal): -2078604 or 7620832. OLE color: 7620832.

HSL color Cylindrical-coordinate representation of color #E04874: hue angle of 342.63º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04874 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB22472116-
CMYK00.680.480.12
HSL342.63º71.03%58.04%-
HSV(B)342.63º67.86%87.84%-
XYZ36.2121.7418.81-
YUV122.46124.36200.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=54.37%
G=17.48%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247211600.680.480.12342.6371.0358.04
HexE0487404430C157473a
Octal3401101640104601452710772
Binary11100000100100011101000100010011000011001010101111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04874; }

 p { color: rgb(224,72,116); }

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

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

 a { background-color: rgb(224,72,116); }

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

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

 span { border-color: rgb(224,72,116); }

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