Shades of Cranberry #E6516E
Tints of Cranberry #E6516E
RGB
CMYK
RGB Variations
Color information
#E6516E (or 0xE6516E) is known color: Cranberry. HEX triplet: E6, 51 and 6E. RGB value is (230,81,110). Sum of RGB (Red+Green+Blue) = 230+81+110=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6516E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6516E is #19AE91. Grayscale: #808080. Windows color (decimal): -1683090 or 7229926. OLE color: 7229926.
HSL color Cylindrical-coordinate representation of color #E6516E: hue angle of 348.32º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6516E is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 110 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.10 |
| HSL | 348.32º | 0.75% | 0.61% | - |
| HSV(B) | 348.32º | 0.65% | 0.9% | - |
| XYZ | 38.39 | 23.83 | 17.33 | - |
| YUV | 128.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 110 | 0 | 0.65 | 0.52 | 0.10 | 348.32 | 0.75 | 0.61 |
| Hex | E6 | 51 | 6E | 0 | 41 | 34 | A | 15C | 4B | 3D |
| Octal | 346 | 121 | 156 | 0 | 101 | 64 | 12 | 534 | 113 | 75 |
| Binary | 11100110 | 1010001 | 1101110 | 0 | 1000001 | 110100 | 1010 | 101011100 | 1001011 | 111101 |
Color Harmonies of #E6516E
Complementary color
Monochromatic Colors of #E6516E
Black with #E6516E
Text Example
Text Example
White with #E6516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6516E; }
p { color: rgb(230,81,110); }
H1.HeaderClassName
{
color: #E6516E;
}
.AnyTagClassName
{
color: #E6516E;
}
</style>
background-color css
<style>
a { background-color: #E6516E; }
a { background-color: rgb(230,81,110); }
div.DivClassName
{
background-color: #E6516E;
}
.BgClassName
{
background-color: #E6516E;
}
</style>
border-color css
<style>
span { border-color: #E6516E; }
span { border-color: rgb(230,81,110); }
td.TdClassName
{
border-color: #E6516E;
}
.TagClassName
{
border-color: #E6516E;
}
</style>