Shades of Cranberry #E6506D
Tints of Cranberry #E6506D
RGB
CMYK
RGB Variations
Color information
#E6506D (or 0xE6506D) is known color: Cranberry. HEX triplet: E6, 50 and 6D. RGB value is (230,80,109). Sum of RGB (Red+Green+Blue) = 230+80+109=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6506D is #19AF92. Grayscale: #808080. Windows color (decimal): -1683347 or 7164134. OLE color: 7164134.
HSL color Cylindrical-coordinate representation of color #E6506D: hue angle of 348.4º 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 #E6506D is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 109 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.10 |
| HSL | 348.4º | 0.75% | 0.61% | - |
| HSV(B) | 348.4º | 0.65% | 0.9% | - |
| XYZ | 38.26 | 23.66 | 17.02 | - |
| YUV | 128.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 109 | 0 | 0.65 | 0.53 | 0.10 | 348.4 | 0.75 | 0.61 |
| Hex | E6 | 50 | 6D | 0 | 41 | 35 | A | 15C | 4B | 3D |
| Octal | 346 | 120 | 155 | 0 | 101 | 65 | 12 | 534 | 113 | 75 |
| Binary | 11100110 | 1010000 | 1101101 | 0 | 1000001 | 110101 | 1010 | 101011100 | 1001011 | 111101 |
Color Harmonies of #E6506D
Complementary color
Monochromatic Colors of #E6506D
Black with #E6506D
Text Example
Text Example
White with #E6506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6506D; }
p { color: rgb(230,80,109); }
H1.HeaderClassName
{
color: #E6506D;
}
.AnyTagClassName
{
color: #E6506D;
}
</style>
background-color css
<style>
a { background-color: #E6506D; }
a { background-color: rgb(230,80,109); }
div.DivClassName
{
background-color: #E6506D;
}
.BgClassName
{
background-color: #E6506D;
}
</style>
border-color css
<style>
span { border-color: #E6506D; }
span { border-color: rgb(230,80,109); }
td.TdClassName
{
border-color: #E6506D;
}
.TagClassName
{
border-color: #E6506D;
}
</style>