Shades of Cranberry #E04875
Tints of Cranberry #E04875
RGB
CMYK
RGB Variations
Color information
#E04875 (or 0xE04875) is known color: Cranberry. HEX triplet: E0, 48 and 75. RGB value is (224,72,117). Sum of RGB (Red+Green+Blue) = 224+72+117=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E04875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04875 is #1FB78A. Grayscale: #7A7A7A. Windows color (decimal): -2078603 or 7686368. OLE color: 7686368.
HSL color Cylindrical-coordinate representation of color #E04875: hue angle of 342.24º 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 #E04875 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 117 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.12 |
| HSL | 342.24º | 0.71% | 0.58% | - |
| HSV(B) | 342.24º | 0.68% | 0.88% | - |
| XYZ | 36.27 | 21.77 | 19.12 | - |
| YUV | 122.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 117 | 0 | 0.68 | 0.48 | 0.12 | 342.24 | 0.71 | 0.58 |
| Hex | E0 | 48 | 75 | 0 | 44 | 30 | C | 156 | 47 | 3A |
| Octal | 340 | 110 | 165 | 0 | 104 | 60 | 14 | 526 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1110101 | 0 | 1000100 | 110000 | 1100 | 101010110 | 1000111 | 111010 |
Color Harmonies of #E04875
Complementary color
Monochromatic Colors of #E04875
Black with #E04875
Text Example
Text Example
White with #E04875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04875; }
p { color: rgb(224,72,117); }
H1.HeaderClassName
{
color: #E04875;
}
.AnyTagClassName
{
color: #E04875;
}
</style>
background-color css
<style>
a { background-color: #E04875; }
a { background-color: rgb(224,72,117); }
div.DivClassName
{
background-color: #E04875;
}
.BgClassName
{
background-color: #E04875;
}
</style>
border-color css
<style>
span { border-color: #E04875; }
span { border-color: rgb(224,72,117); }
td.TdClassName
{
border-color: #E04875;
}
.TagClassName
{
border-color: #E04875;
}
</style>