#e04f7b

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

Shades of Cranberry #E04F7B

Tints of Cranberry #E04F7B

Color information

#E04F7B (or 0xE04F7B) is unknown color: approx Cranberry. HEX triplet: E0, 4F and 7B. RGB value is (224,79,123). Sum of RGB (Red+Green+Blue) = 224+79+123=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F7B is #1FB084. Grayscale: #7F7F7F. Windows color (decimal): -2076805 or 8081376. OLE color: 8081376.

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

Color convert

RGB22479123-
CMYK00.650.450.12
HSL341.79º70.05%59.41%-
HSV(B)341.79º64.73%87.84%-
XYZ37.1122.8721.2-
YUV127.37125.54196.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.58%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=52.58%
G=18.54%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247912300.650.450.12341.7970.0559.41
HexE04F7B0412DC156463b
Octal3401171730101551452610673
Binary11100000100111111110110100000110110111001010101101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04f7b; }

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

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

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

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

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

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

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

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