Shades of Cranberry #E74073
Tints of Cranberry #E74073
RGB
CMYK
RGB Variations
Color information
#E74073 (or 0xE74073) is known color: Cranberry. HEX triplet: E7, 40 and 73. RGB value is (231,64,115). Sum of RGB (Red+Green+Blue) = 231+64+115=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E74073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74073 is #18BF8C. Grayscale: #777777. Windows color (decimal): -1621901 or 7553255. OLE color: 7553255.
HSL color Cylindrical-coordinate representation of color #E74073: hue angle of 341.68º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74073 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 115 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.09 |
| HSL | 341.68º | 0.78% | 0.58% | - |
| HSV(B) | 341.68º | 0.72% | 0.91% | - |
| XYZ | 37.88 | 21.89 | 18.45 | - |
| YUV | 119.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 115 | 0 | 0.72 | 0.50 | 0.09 | 341.68 | 0.78 | 0.58 |
| Hex | E7 | 40 | 73 | 0 | 48 | 32 | 9 | 156 | 4E | 3A |
| Octal | 347 | 100 | 163 | 0 | 110 | 62 | 11 | 526 | 116 | 72 |
| Binary | 11100111 | 1000000 | 1110011 | 0 | 1001000 | 110010 | 1001 | 101010110 | 1001110 | 111010 |
Color Harmonies of #E74073
Complementary color
Monochromatic Colors of #E74073
Black with #E74073
Text Example
Text Example
White with #E74073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74073; }
p { color: rgb(231,64,115); }
H1.HeaderClassName
{
color: #E74073;
}
.AnyTagClassName
{
color: #E74073;
}
</style>
background-color css
<style>
a { background-color: #E74073; }
a { background-color: rgb(231,64,115); }
div.DivClassName
{
background-color: #E74073;
}
.BgClassName
{
background-color: #E74073;
}
</style>
border-color css
<style>
span { border-color: #E74073; }
span { border-color: rgb(231,64,115); }
td.TdClassName
{
border-color: #E74073;
}
.TagClassName
{
border-color: #E74073;
}
</style>