Shades of Cranberry #E75170
Tints of Cranberry #E75170
RGB
CMYK
RGB Variations
Color information
#E75170 (or 0xE75170) is known color: Cranberry. HEX triplet: E7, 51 and 70. RGB value is (231,81,112). Sum of RGB (Red+Green+Blue) = 231+81+112=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E75170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75170 is #18AE8F. Grayscale: #818181. Windows color (decimal): -1617552 or 7360999. OLE color: 7360999.
HSL color Cylindrical-coordinate representation of color #E75170: hue angle of 347.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75170 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 112 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.09 |
| HSL | 347.6º | 0.76% | 0.61% | - |
| HSV(B) | 347.6º | 0.65% | 0.91% | - |
| XYZ | 38.82 | 24.04 | 17.92 | - |
| YUV | 129.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 112 | 0 | 0.65 | 0.52 | 0.09 | 347.6 | 0.76 | 0.61 |
| Hex | E7 | 51 | 70 | 0 | 41 | 34 | 9 | 15C | 4C | 3D |
| Octal | 347 | 121 | 160 | 0 | 101 | 64 | 11 | 534 | 114 | 75 |
| Binary | 11100111 | 1010001 | 1110000 | 0 | 1000001 | 110100 | 1001 | 101011100 | 1001100 | 111101 |
Color Harmonies of #E75170
Complementary color
Monochromatic Colors of #E75170
Black with #E75170
Text Example
Text Example
White with #E75170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75170; }
p { color: rgb(231,81,112); }
H1.HeaderClassName
{
color: #E75170;
}
.AnyTagClassName
{
color: #E75170;
}
</style>
background-color css
<style>
a { background-color: #E75170; }
a { background-color: rgb(231,81,112); }
div.DivClassName
{
background-color: #E75170;
}
.BgClassName
{
background-color: #E75170;
}
</style>
border-color css
<style>
span { border-color: #E75170; }
span { border-color: rgb(231,81,112); }
td.TdClassName
{
border-color: #E75170;
}
.TagClassName
{
border-color: #E75170;
}
</style>