Shades of Cranberry #E74968
Tints of Cranberry #E74968
RGB
CMYK
RGB Variations
Color information
#E74968 (or 0xE74968) is known color: Cranberry. HEX triplet: E7, 49 and 68. RGB value is (231,73,104). Sum of RGB (Red+Green+Blue) = 231+73+104=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E74968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74968 is #18B697. Grayscale: #7B7B7B. Windows color (decimal): -1619608 or 6834663. OLE color: 6834663.
HSL color Cylindrical-coordinate representation of color #E74968: hue angle of 348.23º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74968 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 104 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.09 |
| HSL | 348.23º | 0.77% | 0.6% | - |
| HSV(B) | 348.23º | 0.68% | 0.91% | - |
| XYZ | 37.84 | 22.75 | 15.49 | - |
| YUV | 123.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 104 | 0 | 0.68 | 0.55 | 0.09 | 348.23 | 0.77 | 0.6 |
| Hex | E7 | 49 | 68 | 0 | 44 | 37 | 9 | 15C | 4D | 3C |
| Octal | 347 | 111 | 150 | 0 | 104 | 67 | 11 | 534 | 115 | 74 |
| Binary | 11100111 | 1001001 | 1101000 | 0 | 1000100 | 110111 | 1001 | 101011100 | 1001101 | 111100 |
Color Harmonies of #E74968
Complementary color
Monochromatic Colors of #E74968
Black with #E74968
Text Example
Text Example
White with #E74968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74968; }
p { color: rgb(231,73,104); }
H1.HeaderClassName
{
color: #E74968;
}
.AnyTagClassName
{
color: #E74968;
}
</style>
background-color css
<style>
a { background-color: #E74968; }
a { background-color: rgb(231,73,104); }
div.DivClassName
{
background-color: #E74968;
}
.BgClassName
{
background-color: #E74968;
}
</style>
border-color css
<style>
span { border-color: #E74968; }
span { border-color: rgb(231,73,104); }
td.TdClassName
{
border-color: #E74968;
}
.TagClassName
{
border-color: #E74968;
}
</style>