Shades of Cranberry #E04874
Tints of Cranberry #E04874
RGB
CMYK
RGB Variations
Color information
#E04874 (or 0xE04874) is known color: Cranberry. HEX triplet: E0, 48 and 74. RGB value is (224,72,116). Sum of RGB (Red+Green+Blue) = 224+72+116=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E04874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04874 is #1FB78B. Grayscale: #7A7A7A. Windows color (decimal): -2078604 or 7620832. OLE color: 7620832.
HSL color Cylindrical-coordinate representation of color #E04874: hue angle of 342.63º 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 #E04874 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 116 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.12 |
| HSL | 342.63º | 0.71% | 0.58% | - |
| HSV(B) | 342.63º | 0.68% | 0.88% | - |
| XYZ | 36.21 | 21.74 | 18.81 | - |
| YUV | 122.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 116 | 0 | 0.68 | 0.48 | 0.12 | 342.63 | 0.71 | 0.58 |
| Hex | E0 | 48 | 74 | 0 | 44 | 30 | C | 157 | 47 | 3A |
| Octal | 340 | 110 | 164 | 0 | 104 | 60 | 14 | 527 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1110100 | 0 | 1000100 | 110000 | 1100 | 101010111 | 1000111 | 111010 |
Color Harmonies of #E04874
Complementary color
Monochromatic Colors of #E04874
Black with #E04874
Text Example
Text Example
White with #E04874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04874; }
p { color: rgb(224,72,116); }
H1.HeaderClassName
{
color: #E04874;
}
.AnyTagClassName
{
color: #E04874;
}
</style>
background-color css
<style>
a { background-color: #E04874; }
a { background-color: rgb(224,72,116); }
div.DivClassName
{
background-color: #E04874;
}
.BgClassName
{
background-color: #E04874;
}
</style>
border-color css
<style>
span { border-color: #E04874; }
span { border-color: rgb(224,72,116); }
td.TdClassName
{
border-color: #E04874;
}
.TagClassName
{
border-color: #E04874;
}
</style>