#e04a73

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

Shades of Cranberry #E04A73

Tints of Cranberry #E04A73

Color information

#E04A73 (or 0xE04A73) is unknown color: approx Cranberry. HEX triplet: E0, 4A and 73. RGB value is (224,74,115). Sum of RGB (Red+Green+Blue) = 224+74+115=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A73 is #1FB58C. Grayscale: #7B7B7B. Windows color (decimal): -2078093 or 7555808. OLE color: 7555808.

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

Color convert

RGB22474115-
CMYK00.670.490.12
HSL343.6º70.75%58.43%-
HSV(B)343.6º66.96%87.84%-
XYZ36.2821.9818.55-
YUV123.52123.2199.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.24%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=54.24%
G=17.92%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247411500.670.490.12343.670.7558.43
HexE04A7304331C158473a
Octal3401121630103611453010772
Binary11100000100101011100110100001111000111001010110001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04a73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04a73; }

 p { color: rgb(224,74,115); }

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

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

 a { background-color: rgb(224,74,115); }

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

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

 span { border-color: rgb(224,74,115); }

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