Shades of Cranberry #E75172
Tints of Cranberry #E75172
RGB
CMYK
RGB Variations
Color information
#E75172 (or 0xE75172) is known color: Cranberry. HEX triplet: E7, 51 and 72. RGB value is (231,81,114). Sum of RGB (Red+Green+Blue) = 231+81+114=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E75172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75172 is #18AE8D. Grayscale: #818181. Windows color (decimal): -1617550 or 7492071. OLE color: 7492071.
HSL color Cylindrical-coordinate representation of color #E75172: hue angle of 346.8º 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 #E75172 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 114 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.09 |
| HSL | 346.8º | 0.76% | 0.61% | - |
| HSV(B) | 346.8º | 0.65% | 0.91% | - |
| XYZ | 38.93 | 24.09 | 18.52 | - |
| YUV | 129.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 114 | 0 | 0.65 | 0.51 | 0.09 | 346.8 | 0.76 | 0.61 |
| Hex | E7 | 51 | 72 | 0 | 41 | 33 | 9 | 15B | 4C | 3D |
| Octal | 347 | 121 | 162 | 0 | 101 | 63 | 11 | 533 | 114 | 75 |
| Binary | 11100111 | 1010001 | 1110010 | 0 | 1000001 | 110011 | 1001 | 101011011 | 1001100 | 111101 |
Color Harmonies of #E75172
Complementary color
Monochromatic Colors of #E75172
Black with #E75172
Text Example
Text Example
White with #E75172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75172; }
p { color: rgb(231,81,114); }
H1.HeaderClassName
{
color: #E75172;
}
.AnyTagClassName
{
color: #E75172;
}
</style>
background-color css
<style>
a { background-color: #E75172; }
a { background-color: rgb(231,81,114); }
div.DivClassName
{
background-color: #E75172;
}
.BgClassName
{
background-color: #E75172;
}
</style>
border-color css
<style>
span { border-color: #E75172; }
span { border-color: rgb(231,81,114); }
td.TdClassName
{
border-color: #E75172;
}
.TagClassName
{
border-color: #E75172;
}
</style>