Shades of Cranberry #E8506F
Tints of Cranberry #E8506F
RGB
CMYK
RGB Variations
Color information
#E8506F (or 0xE8506F) is known color: Cranberry. HEX triplet: E8, 50 and 6F. RGB value is (232,80,111). Sum of RGB (Red+Green+Blue) = 232+80+111=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8506F is #17AF90. Grayscale: #818181. Windows color (decimal): -1552273 or 7295208. OLE color: 7295208.
HSL color Cylindrical-coordinate representation of color #E8506F: hue angle of 347.76º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8506F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 111 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.09 |
| HSL | 347.76º | 0.77% | 0.61% | - |
| HSV(B) | 347.76º | 0.66% | 0.91% | - |
| XYZ | 39.02 | 24.04 | 17.62 | - |
| YUV | 128.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 111 | 0 | 0.66 | 0.52 | 0.09 | 347.76 | 0.77 | 0.61 |
| Hex | E8 | 50 | 6F | 0 | 42 | 34 | 9 | 15C | 4D | 3D |
| Octal | 350 | 120 | 157 | 0 | 102 | 64 | 11 | 534 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1101111 | 0 | 1000010 | 110100 | 1001 | 101011100 | 1001101 | 111101 |
Color Harmonies of #E8506F
Complementary color
Monochromatic Colors of #E8506F
Black with #E8506F
Text Example
Text Example
White with #E8506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8506F; }
p { color: rgb(232,80,111); }
H1.HeaderClassName
{
color: #E8506F;
}
.AnyTagClassName
{
color: #E8506F;
}
</style>
background-color css
<style>
a { background-color: #E8506F; }
a { background-color: rgb(232,80,111); }
div.DivClassName
{
background-color: #E8506F;
}
.BgClassName
{
background-color: #E8506F;
}
</style>
border-color css
<style>
span { border-color: #E8506F; }
span { border-color: rgb(232,80,111); }
td.TdClassName
{
border-color: #E8506F;
}
.TagClassName
{
border-color: #E8506F;
}
</style>