#E04F77

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

Shades of Cranberry #E04F77

Tints of Cranberry #E04F77

Color information

#E04F77 (or 0xE04F77) is unknown color: approx Cranberry. HEX triplet: E0, 4F and 77. RGB value is (224,79,119). Sum of RGB (Red+Green+Blue) = 224+79+119=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F77 is #1FB088. Grayscale: #7E7E7E. Windows color (decimal): -2076809 or 7819232. OLE color: 7819232.

HSL color Cylindrical-coordinate representation of color #E04F77: hue angle of 343.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F77 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB22479119-
CMYK00.650.470.12
HSL343.45º70.05%59.41%-
HSV(B)343.45º64.73%87.84%-
XYZ36.8722.7719.9-
YUV126.92123.54197.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.08%
GREEN value IS 79 (31.25% from 255) = 18.72%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=53.08%
G=18.72%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247911900.650.470.12343.4570.0559.41
HexE04F770412FC157463b
Octal3401171670101571452710673
Binary11100000100111111101110100000110111111001010101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04F77; }

 p { color: rgb(224,79,119); }

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

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

 a { background-color: rgb(224,79,119); }

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

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

 span { border-color: rgb(224,79,119); }

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