Shades of Cranberry #E73F74
Tints of Cranberry #E73F74
RGB
CMYK
RGB Variations
Color information
#E73F74 (or 0xE73F74) is known color: Cranberry. HEX triplet: E7, 3F and 74. RGB value is (231,63,116). Sum of RGB (Red+Green+Blue) = 231+63+116=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73F74 is #18C08B. Grayscale: #777777. Windows color (decimal): -1622156 or 7618535. OLE color: 7618535.
HSL color Cylindrical-coordinate representation of color #E73F74: hue angle of 341.07º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73F74 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 116 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.09 |
| HSL | 341.07º | 0.78% | 0.58% | - |
| HSV(B) | 341.07º | 0.73% | 0.91% | - |
| XYZ | 37.88 | 21.8 | 18.74 | - |
| YUV | 119.27 | 126.16 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 116 | 0 | 0.73 | 0.50 | 0.09 | 341.07 | 0.78 | 0.58 |
| Hex | E7 | 3F | 74 | 0 | 49 | 32 | 9 | 155 | 4E | 3A |
| Octal | 347 | 77 | 164 | 0 | 111 | 62 | 11 | 525 | 116 | 72 |
| Binary | 11100111 | 111111 | 1110100 | 0 | 1001001 | 110010 | 1001 | 101010101 | 1001110 | 111010 |
Color Harmonies of #E73F74
Complementary color
Monochromatic Colors of #E73F74
Black with #E73F74
Text Example
Text Example
White with #E73F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F74; }
p { color: rgb(231,63,116); }
H1.HeaderClassName
{
color: #E73F74;
}
.AnyTagClassName
{
color: #E73F74;
}
</style>
background-color css
<style>
a { background-color: #E73F74; }
a { background-color: rgb(231,63,116); }
div.DivClassName
{
background-color: #E73F74;
}
.BgClassName
{
background-color: #E73F74;
}
</style>
border-color css
<style>
span { border-color: #E73F74; }
span { border-color: rgb(231,63,116); }
td.TdClassName
{
border-color: #E73F74;
}
.TagClassName
{
border-color: #E73F74;
}
</style>