Shades of Cranberry #E64578
Tints of Cranberry #E64578
RGB
CMYK
RGB Variations
Color information
#E64578 (or 0xE64578) is known color: Cranberry. HEX triplet: E6, 45 and 78. RGB value is (230,69,120). Sum of RGB (Red+Green+Blue) = 230+69+120=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E64578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64578 is #19BA87. Grayscale: #7A7A7A. Windows color (decimal): -1686152 or 7882214. OLE color: 7882214.
HSL color Cylindrical-coordinate representation of color #E64578: hue angle of 340.99º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64578 is Cyan = 0, Magento = 0.7, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 120 | - |
| CMYK | 0 | 0.7 | 0.48 | 0.10 |
| HSL | 340.99º | 0.76% | 0.59% | - |
| HSV(B) | 340.99º | 0.7% | 0.9% | - |
| XYZ | 38.15 | 22.44 | 20.09 | - |
| YUV | 122.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 120 | 0 | 0.7 | 0.48 | 0.10 | 340.99 | 0.76 | 0.59 |
| Hex | E6 | 45 | 78 | 0 | 46 | 30 | A | 155 | 4C | 3B |
| Octal | 346 | 105 | 170 | 0 | 106 | 60 | 12 | 525 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1111000 | 0 | 1000110 | 110000 | 1010 | 101010101 | 1001100 | 111011 |
Color Harmonies of #E64578
Complementary color
Monochromatic Colors of #E64578
Black with #E64578
Text Example
Text Example
White with #E64578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64578; }
p { color: rgb(230,69,120); }
H1.HeaderClassName
{
color: #E64578;
}
.AnyTagClassName
{
color: #E64578;
}
</style>
background-color css
<style>
a { background-color: #E64578; }
a { background-color: rgb(230,69,120); }
div.DivClassName
{
background-color: #E64578;
}
.BgClassName
{
background-color: #E64578;
}
</style>
border-color css
<style>
span { border-color: #E64578; }
span { border-color: rgb(230,69,120); }
td.TdClassName
{
border-color: #E64578;
}
.TagClassName
{
border-color: #E64578;
}
</style>