Shades of Cranberry #E5416F
Tints of Cranberry #E5416F
RGB
CMYK
RGB Variations
Color information
#E5416F (or 0xE5416F) is known color: Cranberry. HEX triplet: E5, 41 and 6F. RGB value is (229,65,111). Sum of RGB (Red+Green+Blue) = 229+65+111=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5416F is #1ABE90. Grayscale: #777777. Windows color (decimal): -1752721 or 7291365. OLE color: 7291365.
HSL color Cylindrical-coordinate representation of color #E5416F: hue angle of 343.17º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5416F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 111 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.10 |
| HSL | 343.17º | 0.76% | 0.58% | - |
| HSV(B) | 343.17º | 0.72% | 0.9% | - |
| XYZ | 37.07 | 21.59 | 17.25 | - |
| YUV | 119.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 111 | 0 | 0.72 | 0.52 | 0.10 | 343.17 | 0.76 | 0.58 |
| Hex | E5 | 41 | 6F | 0 | 48 | 34 | A | 157 | 4C | 3A |
| Octal | 345 | 101 | 157 | 0 | 110 | 64 | 12 | 527 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1101111 | 0 | 1001000 | 110100 | 1010 | 101010111 | 1001100 | 111010 |
Color Harmonies of #E5416F
Complementary color
Monochromatic Colors of #E5416F
Black with #E5416F
Text Example
Text Example
White with #E5416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5416F; }
p { color: rgb(229,65,111); }
H1.HeaderClassName
{
color: #E5416F;
}
.AnyTagClassName
{
color: #E5416F;
}
</style>
background-color css
<style>
a { background-color: #E5416F; }
a { background-color: rgb(229,65,111); }
div.DivClassName
{
background-color: #E5416F;
}
.BgClassName
{
background-color: #E5416F;
}
</style>
border-color css
<style>
span { border-color: #E5416F; }
span { border-color: rgb(229,65,111); }
td.TdClassName
{
border-color: #E5416F;
}
.TagClassName
{
border-color: #E5416F;
}
</style>