Shades of Cranberry #E04768
Tints of Cranberry #E04768
RGB
CMYK
RGB Variations
Color information
#E04768 (or 0xE04768) is known color: Cranberry. HEX triplet: E0, 47 and 68. RGB value is (224,71,104). Sum of RGB (Red+Green+Blue) = 224+71+104=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E04768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04768 is #1FB897. Grayscale: #787878. Windows color (decimal): -2078872 or 6834144. OLE color: 6834144.
HSL color Cylindrical-coordinate representation of color #E04768: hue angle of 347.06º 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 #E04768 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 104 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.12 |
| HSL | 347.06º | 0.71% | 0.58% | - |
| HSV(B) | 347.06º | 0.68% | 0.88% | - |
| XYZ | 35.49 | 21.35 | 15.35 | - |
| YUV | 120.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 104 | 0 | 0.68 | 0.54 | 0.12 | 347.06 | 0.71 | 0.58 |
| Hex | E0 | 47 | 68 | 0 | 44 | 36 | C | 15B | 47 | 3A |
| Octal | 340 | 107 | 150 | 0 | 104 | 66 | 14 | 533 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1101000 | 0 | 1000100 | 110110 | 1100 | 101011011 | 1000111 | 111010 |
Color Harmonies of #E04768
Complementary color
Monochromatic Colors of #E04768
Black with #E04768
Text Example
Text Example
White with #E04768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04768; }
p { color: rgb(224,71,104); }
H1.HeaderClassName
{
color: #E04768;
}
.AnyTagClassName
{
color: #E04768;
}
</style>
background-color css
<style>
a { background-color: #E04768; }
a { background-color: rgb(224,71,104); }
div.DivClassName
{
background-color: #E04768;
}
.BgClassName
{
background-color: #E04768;
}
</style>
border-color css
<style>
span { border-color: #E04768; }
span { border-color: rgb(224,71,104); }
td.TdClassName
{
border-color: #E04768;
}
.TagClassName
{
border-color: #E04768;
}
</style>