Shades of Cranberry #E04868
Tints of Cranberry #E04868
RGB
CMYK
RGB Variations
Color information
#E04868 (or 0xE04868) is known color: Cranberry. HEX triplet: E0, 48 and 68. RGB value is (224,72,104). Sum of RGB (Red+Green+Blue) = 224+72+104=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E04868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04868 is #1FB797. Grayscale: #797979. Windows color (decimal): -2078616 or 6834400. OLE color: 6834400.
HSL color Cylindrical-coordinate representation of color #E04868: hue angle of 347.37º 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 #E04868 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 104 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.12 |
| HSL | 347.37º | 0.71% | 0.58% | - |
| HSV(B) | 347.37º | 0.68% | 0.88% | - |
| XYZ | 35.56 | 21.48 | 15.37 | - |
| YUV | 121.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 104 | 0 | 0.68 | 0.54 | 0.12 | 347.37 | 0.71 | 0.58 |
| Hex | E0 | 48 | 68 | 0 | 44 | 36 | C | 15B | 47 | 3A |
| Octal | 340 | 110 | 150 | 0 | 104 | 66 | 14 | 533 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1101000 | 0 | 1000100 | 110110 | 1100 | 101011011 | 1000111 | 111010 |
Color Harmonies of #E04868
Complementary color
Monochromatic Colors of #E04868
Black with #E04868
Text Example
Text Example
White with #E04868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04868; }
p { color: rgb(224,72,104); }
H1.HeaderClassName
{
color: #E04868;
}
.AnyTagClassName
{
color: #E04868;
}
</style>
background-color css
<style>
a { background-color: #E04868; }
a { background-color: rgb(224,72,104); }
div.DivClassName
{
background-color: #E04868;
}
.BgClassName
{
background-color: #E04868;
}
</style>
border-color css
<style>
span { border-color: #E04868; }
span { border-color: rgb(224,72,104); }
td.TdClassName
{
border-color: #E04868;
}
.TagClassName
{
border-color: #E04868;
}
</style>