Shades of Cranberry #E74276
Tints of Cranberry #E74276
RGB
CMYK
RGB Variations
Color information
#E74276 (or 0xE74276) is known color: Cranberry. HEX triplet: E7, 42 and 76. RGB value is (231,66,118). Sum of RGB (Red+Green+Blue) = 231+66+118=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E74276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74276 is #18BD89. Grayscale: #797979. Windows color (decimal): -1621386 or 7750375. OLE color: 7750375.
HSL color Cylindrical-coordinate representation of color #E74276: hue angle of 341.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74276 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 118 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.09 |
| HSL | 341.09º | 0.77% | 0.58% | - |
| HSV(B) | 341.09º | 0.71% | 0.91% | - |
| XYZ | 38.17 | 22.19 | 19.41 | - |
| YUV | 121.26 | 126.16 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 118 | 0 | 0.71 | 0.49 | 0.09 | 341.09 | 0.77 | 0.58 |
| Hex | E7 | 42 | 76 | 0 | 47 | 31 | 9 | 155 | 4D | 3A |
| Octal | 347 | 102 | 166 | 0 | 107 | 61 | 11 | 525 | 115 | 72 |
| Binary | 11100111 | 1000010 | 1110110 | 0 | 1000111 | 110001 | 1001 | 101010101 | 1001101 | 111010 |
Color Harmonies of #E74276
Complementary color
Monochromatic Colors of #E74276
Black with #E74276
Text Example
Text Example
White with #E74276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74276; }
p { color: rgb(231,66,118); }
H1.HeaderClassName
{
color: #E74276;
}
.AnyTagClassName
{
color: #E74276;
}
</style>
background-color css
<style>
a { background-color: #E74276; }
a { background-color: rgb(231,66,118); }
div.DivClassName
{
background-color: #E74276;
}
.BgClassName
{
background-color: #E74276;
}
</style>
border-color css
<style>
span { border-color: #E74276; }
span { border-color: rgb(231,66,118); }
td.TdClassName
{
border-color: #E74276;
}
.TagClassName
{
border-color: #E74276;
}
</style>