Shades of Cranberry #E95265
Tints of Cranberry #E95265
RGB
CMYK
RGB Variations
Color information
#E95265 (or 0xE95265) is known color: Cranberry. HEX triplet: E9, 52 and 65. RGB value is (233,82,101). Sum of RGB (Red+Green+Blue) = 233+82+101=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E95265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95265 is #16AD9A. Grayscale: #818181. Windows color (decimal): -1486235 or 6640361. OLE color: 6640361.
HSL color Cylindrical-coordinate representation of color #E95265: hue angle of 352.45º degrees, saturation: 0.77, 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 #E95265 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 101 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.09 |
| HSL | 352.45º | 0.77% | 0.62% | - |
| HSV(B) | 352.45º | 0.65% | 0.91% | - |
| XYZ | 38.97 | 24.3 | 14.95 | - |
| YUV | 129.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 101 | 0 | 0.65 | 0.57 | 0.09 | 352.45 | 0.77 | 0.62 |
| Hex | E9 | 52 | 65 | 0 | 41 | 39 | 9 | 160 | 4D | 3E |
| Octal | 351 | 122 | 145 | 0 | 101 | 71 | 11 | 540 | 115 | 76 |
| Binary | 11101001 | 1010010 | 1100101 | 0 | 1000001 | 111001 | 1001 | 101100000 | 1001101 | 111110 |
Color Harmonies of #E95265
Complementary color
Monochromatic Colors of #E95265
Black with #E95265
Text Example
Text Example
White with #E95265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95265; }
p { color: rgb(233,82,101); }
H1.HeaderClassName
{
color: #E95265;
}
.AnyTagClassName
{
color: #E95265;
}
</style>
background-color css
<style>
a { background-color: #E95265; }
a { background-color: rgb(233,82,101); }
div.DivClassName
{
background-color: #E95265;
}
.BgClassName
{
background-color: #E95265;
}
</style>
border-color css
<style>
span { border-color: #E95265; }
span { border-color: rgb(233,82,101); }
td.TdClassName
{
border-color: #E95265;
}
.TagClassName
{
border-color: #E95265;
}
</style>