Shades of Cranberry #E95168
Tints of Cranberry #E95168
RGB
CMYK
RGB Variations
Color information
#E95168 (or 0xE95168) is known color: Cranberry. HEX triplet: E9, 51 and 68. RGB value is (233,81,104). Sum of RGB (Red+Green+Blue) = 233+81+104=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E95168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95168 is #16AE97. Grayscale: #818181. Windows color (decimal): -1486488 or 6836713. OLE color: 6836713.
HSL color Cylindrical-coordinate representation of color #E95168: hue angle of 350.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95168 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 104 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.09 |
| HSL | 350.92º | 0.78% | 0.62% | - |
| HSV(B) | 350.92º | 0.65% | 0.91% | - |
| XYZ | 39.05 | 24.21 | 15.71 | - |
| YUV | 129.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 104 | 0 | 0.65 | 0.55 | 0.09 | 350.92 | 0.78 | 0.62 |
| Hex | E9 | 51 | 68 | 0 | 41 | 37 | 9 | 15F | 4E | 3E |
| Octal | 351 | 121 | 150 | 0 | 101 | 67 | 11 | 537 | 116 | 76 |
| Binary | 11101001 | 1010001 | 1101000 | 0 | 1000001 | 110111 | 1001 | 101011111 | 1001110 | 111110 |
Color Harmonies of #E95168
Complementary color
Monochromatic Colors of #E95168
Black with #E95168
Text Example
Text Example
White with #E95168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95168; }
p { color: rgb(233,81,104); }
H1.HeaderClassName
{
color: #E95168;
}
.AnyTagClassName
{
color: #E95168;
}
</style>
background-color css
<style>
a { background-color: #E95168; }
a { background-color: rgb(233,81,104); }
div.DivClassName
{
background-color: #E95168;
}
.BgClassName
{
background-color: #E95168;
}
</style>
border-color css
<style>
span { border-color: #E95168; }
span { border-color: rgb(233,81,104); }
td.TdClassName
{
border-color: #E95168;
}
.TagClassName
{
border-color: #E95168;
}
</style>