Shades of Cranberry #E8506B
Tints of Cranberry #E8506B
RGB
CMYK
RGB Variations
Color information
#E8506B (or 0xE8506B) is known color: Cranberry. HEX triplet: E8, 50 and 6B. RGB value is (232,80,107). Sum of RGB (Red+Green+Blue) = 232+80+107=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E8506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8506B is #17AF94. Grayscale: #808080. Windows color (decimal): -1552277 or 7033064. OLE color: 7033064.
HSL color Cylindrical-coordinate representation of color #E8506B: hue angle of 349.34º 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 #E8506B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 107 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.09 |
| HSL | 349.34º | 0.77% | 0.61% | - |
| HSV(B) | 349.34º | 0.66% | 0.91% | - |
| XYZ | 38.8 | 23.95 | 16.49 | - |
| YUV | 128.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 107 | 0 | 0.66 | 0.54 | 0.09 | 349.34 | 0.77 | 0.61 |
| Hex | E8 | 50 | 6B | 0 | 42 | 36 | 9 | 15D | 4D | 3D |
| Octal | 350 | 120 | 153 | 0 | 102 | 66 | 11 | 535 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1101011 | 0 | 1000010 | 110110 | 1001 | 101011101 | 1001101 | 111101 |
Color Harmonies of #E8506B
Complementary color
Monochromatic Colors of #E8506B
Black with #E8506B
Text Example
Text Example
White with #E8506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8506B; }
p { color: rgb(232,80,107); }
H1.HeaderClassName
{
color: #E8506B;
}
.AnyTagClassName
{
color: #E8506B;
}
</style>
background-color css
<style>
a { background-color: #E8506B; }
a { background-color: rgb(232,80,107); }
div.DivClassName
{
background-color: #E8506B;
}
.BgClassName
{
background-color: #E8506B;
}
</style>
border-color css
<style>
span { border-color: #E8506B; }
span { border-color: rgb(232,80,107); }
td.TdClassName
{
border-color: #E8506B;
}
.TagClassName
{
border-color: #E8506B;
}
</style>