Shades of Cranberry #E24078
Tints of Cranberry #E24078
RGB
CMYK
RGB Variations
Color information
#E24078 (or 0xE24078) is known color: Cranberry. HEX triplet: E2, 40 and 78. RGB value is (226,64,120). Sum of RGB (Red+Green+Blue) = 226+64+120=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E24078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24078 is #1DBF87. Grayscale: #767676. Windows color (decimal): -1949576 or 7880930. OLE color: 7880930.
HSL color Cylindrical-coordinate representation of color #E24078: hue angle of 339.26º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E24078 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 120 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.11 |
| HSL | 339.26º | 0.74% | 0.57% | - |
| HSV(B) | 339.26º | 0.72% | 0.89% | - |
| XYZ | 36.59 | 21.19 | 19.93 | - |
| YUV | 118.82 | 128.67 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 120 | 0 | 0.72 | 0.47 | 0.11 | 339.26 | 0.74 | 0.57 |
| Hex | E2 | 40 | 78 | 0 | 48 | 2F | B | 153 | 4A | 39 |
| Octal | 342 | 100 | 170 | 0 | 110 | 57 | 13 | 523 | 112 | 71 |
| Binary | 11100010 | 1000000 | 1111000 | 0 | 1001000 | 101111 | 1011 | 101010011 | 1001010 | 111001 |
Color Harmonies of #E24078
Complementary color
Monochromatic Colors of #E24078
Black with #E24078
Text Example
Text Example
White with #E24078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24078; }
p { color: rgb(226,64,120); }
H1.HeaderClassName
{
color: #E24078;
}
.AnyTagClassName
{
color: #E24078;
}
</style>
background-color css
<style>
a { background-color: #E24078; }
a { background-color: rgb(226,64,120); }
div.DivClassName
{
background-color: #E24078;
}
.BgClassName
{
background-color: #E24078;
}
</style>
border-color css
<style>
span { border-color: #E24078; }
span { border-color: rgb(226,64,120); }
td.TdClassName
{
border-color: #E24078;
}
.TagClassName
{
border-color: #E24078;
}
</style>