Shades of Cranberry #E64974
Tints of Cranberry #E64974
RGB
CMYK
RGB Variations
Color information
#E64974 (or 0xE64974) is known color: Cranberry. HEX triplet: E6, 49 and 74. RGB value is (230,73,116). Sum of RGB (Red+Green+Blue) = 230+73+116=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E64974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64974 is #19B68B. Grayscale: #7C7C7C. Windows color (decimal): -1685132 or 7621094. OLE color: 7621094.
HSL color Cylindrical-coordinate representation of color #E64974: hue angle of 343.57º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64974 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 116 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.10 |
| HSL | 343.57º | 0.76% | 0.59% | - |
| HSV(B) | 343.57º | 0.68% | 0.9% | - |
| XYZ | 38.17 | 22.85 | 18.92 | - |
| YUV | 124.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 116 | 0 | 0.68 | 0.50 | 0.10 | 343.57 | 0.76 | 0.59 |
| Hex | E6 | 49 | 74 | 0 | 44 | 32 | A | 158 | 4C | 3B |
| Octal | 346 | 111 | 164 | 0 | 104 | 62 | 12 | 530 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1110100 | 0 | 1000100 | 110010 | 1010 | 101011000 | 1001100 | 111011 |
Color Harmonies of #E64974
Complementary color
Monochromatic Colors of #E64974
Black with #E64974
Text Example
Text Example
White with #E64974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64974; }
p { color: rgb(230,73,116); }
H1.HeaderClassName
{
color: #E64974;
}
.AnyTagClassName
{
color: #E64974;
}
</style>
background-color css
<style>
a { background-color: #E64974; }
a { background-color: rgb(230,73,116); }
div.DivClassName
{
background-color: #E64974;
}
.BgClassName
{
background-color: #E64974;
}
</style>
border-color css
<style>
span { border-color: #E64974; }
span { border-color: rgb(230,73,116); }
td.TdClassName
{
border-color: #E64974;
}
.TagClassName
{
border-color: #E64974;
}
</style>