Shades of Cranberry #E95568
Tints of Cranberry #E95568
RGB
CMYK
RGB Variations
Color information
#E95568 (or 0xE95568) is known color: Cranberry. HEX triplet: E9, 55 and 68. RGB value is (233,85,104). Sum of RGB (Red+Green+Blue) = 233+85+104=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E95568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95568 is #16AA97. Grayscale: #838383. Windows color (decimal): -1485464 or 6837737. OLE color: 6837737.
HSL color Cylindrical-coordinate representation of color #E95568: hue angle of 352.3º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95568 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 104 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.09 |
| HSL | 352.3º | 0.77% | 0.62% | - |
| HSV(B) | 352.3º | 0.64% | 0.91% | - |
| XYZ | 39.35 | 24.82 | 15.81 | - |
| YUV | 131.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 104 | 0 | 0.64 | 0.55 | 0.09 | 352.3 | 0.77 | 0.62 |
| Hex | E9 | 55 | 68 | 0 | 40 | 37 | 9 | 160 | 4D | 3E |
| Octal | 351 | 125 | 150 | 0 | 100 | 67 | 11 | 540 | 115 | 76 |
| Binary | 11101001 | 1010101 | 1101000 | 0 | 1000000 | 110111 | 1001 | 101100000 | 1001101 | 111110 |
Color Harmonies of #E95568
Complementary color
Monochromatic Colors of #E95568
Black with #E95568
Text Example
Text Example
White with #E95568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95568; }
p { color: rgb(233,85,104); }
H1.HeaderClassName
{
color: #E95568;
}
.AnyTagClassName
{
color: #E95568;
}
</style>
background-color css
<style>
a { background-color: #E95568; }
a { background-color: rgb(233,85,104); }
div.DivClassName
{
background-color: #E95568;
}
.BgClassName
{
background-color: #E95568;
}
</style>
border-color css
<style>
span { border-color: #E95568; }
span { border-color: rgb(233,85,104); }
td.TdClassName
{
border-color: #E95568;
}
.TagClassName
{
border-color: #E95568;
}
</style>