Shades of Cranberry #E64866
Tints of Cranberry #E64866
RGB
CMYK
RGB Variations
Color information
#E64866 (or 0xE64866) is known color: Cranberry. HEX triplet: E6, 48 and 66. RGB value is (230,72,102). Sum of RGB (Red+Green+Blue) = 230+72+102=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E64866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64866 is #19B799. Grayscale: #7A7A7A. Windows color (decimal): -1685402 or 6703334. OLE color: 6703334.
HSL color Cylindrical-coordinate representation of color #E64866: hue angle of 348.61º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64866 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 102 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.10 |
| HSL | 348.61º | 0.76% | 0.59% | - |
| HSV(B) | 348.61º | 0.69% | 0.9% | - |
| XYZ | 37.35 | 22.42 | 14.93 | - |
| YUV | 122.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 102 | 0 | 0.69 | 0.56 | 0.10 | 348.61 | 0.76 | 0.59 |
| Hex | E6 | 48 | 66 | 0 | 45 | 38 | A | 15D | 4C | 3B |
| Octal | 346 | 110 | 146 | 0 | 105 | 70 | 12 | 535 | 114 | 73 |
| Binary | 11100110 | 1001000 | 1100110 | 0 | 1000101 | 111000 | 1010 | 101011101 | 1001100 | 111011 |
Color Harmonies of #E64866
Complementary color
Monochromatic Colors of #E64866
Black with #E64866
Text Example
Text Example
White with #E64866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64866; }
p { color: rgb(230,72,102); }
H1.HeaderClassName
{
color: #E64866;
}
.AnyTagClassName
{
color: #E64866;
}
</style>
background-color css
<style>
a { background-color: #E64866; }
a { background-color: rgb(230,72,102); }
div.DivClassName
{
background-color: #E64866;
}
.BgClassName
{
background-color: #E64866;
}
</style>
border-color css
<style>
span { border-color: #E64866; }
span { border-color: rgb(230,72,102); }
td.TdClassName
{
border-color: #E64866;
}
.TagClassName
{
border-color: #E64866;
}
</style>