#E04F70

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

Shades of Cranberry #E04F70

Tints of Cranberry #E04F70

Color information

#E04F70 (or 0xE04F70) is unknown color: approx Cranberry. HEX triplet: E0, 4F and 70. RGB value is (224,79,112). Sum of RGB (Red+Green+Blue) = 224+79+112=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F70 is #1FB08F. Grayscale: #7E7E7E. Windows color (decimal): -2076816 or 7360480. OLE color: 7360480.

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

Color convert

RGB22479112-
CMYK00.650.500.12
HSL346.34º70.05%59.41%-
HSV(B)346.34º64.73%87.84%-
XYZ36.4622.6117.77-
YUV126.12120.04197.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.98%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=53.98%
G=19.04%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247911200.650.500.12346.3470.0559.41
HexE04F7004132C15a463b
Octal3401171600101621453210673
Binary11100000100111111100000100000111001011001010110101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04F70; }

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

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

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

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

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

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

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

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