Shades of Cranberry #E64476
Tints of Cranberry #E64476
RGB
CMYK
RGB Variations
Color information
#E64476 (or 0xE64476) is known color: Cranberry. HEX triplet: E6, 44 and 76. RGB value is (230,68,118). Sum of RGB (Red+Green+Blue) = 230+68+118=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E64476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64476 is #19BB89. Grayscale: #7A7A7A. Windows color (decimal): -1686410 or 7750886. OLE color: 7750886.
HSL color Cylindrical-coordinate representation of color #E64476: hue angle of 341.48º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64476 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 118 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.10 |
| HSL | 341.48º | 0.76% | 0.58% | - |
| HSV(B) | 341.48º | 0.7% | 0.9% | - |
| XYZ | 37.97 | 22.27 | 19.44 | - |
| YUV | 122.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 118 | 0 | 0.70 | 0.49 | 0.10 | 341.48 | 0.76 | 0.58 |
| Hex | E6 | 44 | 76 | 0 | 46 | 31 | A | 155 | 4C | 3A |
| Octal | 346 | 104 | 166 | 0 | 106 | 61 | 12 | 525 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1110110 | 0 | 1000110 | 110001 | 1010 | 101010101 | 1001100 | 111010 |
Color Harmonies of #E64476
Complementary color
Monochromatic Colors of #E64476
Black with #E64476
Text Example
Text Example
White with #E64476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64476; }
p { color: rgb(230,68,118); }
H1.HeaderClassName
{
color: #E64476;
}
.AnyTagClassName
{
color: #E64476;
}
</style>
background-color css
<style>
a { background-color: #E64476; }
a { background-color: rgb(230,68,118); }
div.DivClassName
{
background-color: #E64476;
}
.BgClassName
{
background-color: #E64476;
}
</style>
border-color css
<style>
span { border-color: #E64476; }
span { border-color: rgb(230,68,118); }
td.TdClassName
{
border-color: #E64476;
}
.TagClassName
{
border-color: #E64476;
}
</style>