Shades of Cranberry #E75168
Tints of Cranberry #E75168
RGB
CMYK
RGB Variations
Color information
#E75168 (or 0xE75168) is known color: Cranberry. HEX triplet: E7, 51 and 68. RGB value is (231,81,104). Sum of RGB (Red+Green+Blue) = 231+81+104=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E75168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75168 is #18AE97. Grayscale: #808080. Windows color (decimal): -1617560 or 6836711. OLE color: 6836711.
HSL color Cylindrical-coordinate representation of color #E75168: hue angle of 350.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 #E75168 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 104 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.09 |
| HSL | 350.8º | 0.76% | 0.61% | - |
| HSV(B) | 350.8º | 0.65% | 0.91% | - |
| XYZ | 38.4 | 23.87 | 15.68 | - |
| YUV | 128.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 104 | 0 | 0.65 | 0.55 | 0.09 | 350.8 | 0.76 | 0.61 |
| Hex | E7 | 51 | 68 | 0 | 41 | 37 | 9 | 15F | 4C | 3D |
| Octal | 347 | 121 | 150 | 0 | 101 | 67 | 11 | 537 | 114 | 75 |
| Binary | 11100111 | 1010001 | 1101000 | 0 | 1000001 | 110111 | 1001 | 101011111 | 1001100 | 111101 |
Color Harmonies of #E75168
Complementary color
Monochromatic Colors of #E75168
Black with #E75168
Text Example
Text Example
White with #E75168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75168; }
p { color: rgb(231,81,104); }
H1.HeaderClassName
{
color: #E75168;
}
.AnyTagClassName
{
color: #E75168;
}
</style>
background-color css
<style>
a { background-color: #E75168; }
a { background-color: rgb(231,81,104); }
div.DivClassName
{
background-color: #E75168;
}
.BgClassName
{
background-color: #E75168;
}
</style>
border-color css
<style>
span { border-color: #E75168; }
span { border-color: rgb(231,81,104); }
td.TdClassName
{
border-color: #E75168;
}
.TagClassName
{
border-color: #E75168;
}
</style>