Shades of Cranberry #E65770
Tints of Cranberry #E65770
RGB
CMYK
RGB Variations
Color information
#E65770 (or 0xE65770) is known color: Cranberry. HEX triplet: E6, 57 and 70. RGB value is (230,87,112). Sum of RGB (Red+Green+Blue) = 230+87+112=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E65770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65770 is #19A88F. Grayscale: #848484. Windows color (decimal): -1681552 or 7362534. OLE color: 7362534.
HSL color Cylindrical-coordinate representation of color #E65770: hue angle of 349.51º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65770 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 112 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.10 |
| HSL | 349.51º | 0.74% | 0.62% | - |
| HSV(B) | 349.51º | 0.62% | 0.9% | - |
| XYZ | 38.97 | 24.81 | 18.06 | - |
| YUV | 132.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 112 | 0 | 0.62 | 0.51 | 0.10 | 349.51 | 0.74 | 0.62 |
| Hex | E6 | 57 | 70 | 0 | 3E | 33 | A | 15E | 4A | 3E |
| Octal | 346 | 127 | 160 | 0 | 76 | 63 | 12 | 536 | 112 | 76 |
| Binary | 11100110 | 1010111 | 1110000 | 0 | 111110 | 110011 | 1010 | 101011110 | 1001010 | 111110 |
Color Harmonies of #E65770
Complementary color
Monochromatic Colors of #E65770
Black with #E65770
Text Example
Text Example
White with #E65770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65770; }
p { color: rgb(230,87,112); }
H1.HeaderClassName
{
color: #E65770;
}
.AnyTagClassName
{
color: #E65770;
}
</style>
background-color css
<style>
a { background-color: #E65770; }
a { background-color: rgb(230,87,112); }
div.DivClassName
{
background-color: #E65770;
}
.BgClassName
{
background-color: #E65770;
}
</style>
border-color css
<style>
span { border-color: #E65770; }
span { border-color: rgb(230,87,112); }
td.TdClassName
{
border-color: #E65770;
}
.TagClassName
{
border-color: #E65770;
}
</style>