Shades of Cranberry #E95069
Tints of Cranberry #E95069
RGB
CMYK
RGB Variations
Color information
#E95069 (or 0xE95069) is known color: Cranberry. HEX triplet: E9, 50 and 69. RGB value is (233,80,105). Sum of RGB (Red+Green+Blue) = 233+80+105=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E95069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95069 is #16AF96. Grayscale: #808080. Windows color (decimal): -1486743 or 6901993. OLE color: 6901993.
HSL color Cylindrical-coordinate representation of color #E95069: hue angle of 350.2º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95069 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 105 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.09 |
| HSL | 350.2º | 0.78% | 0.61% | - |
| HSV(B) | 350.2º | 0.66% | 0.91% | - |
| XYZ | 39.02 | 24.08 | 15.96 | - |
| YUV | 128.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 105 | 0 | 0.66 | 0.55 | 0.09 | 350.2 | 0.78 | 0.61 |
| Hex | E9 | 50 | 69 | 0 | 42 | 37 | 9 | 15E | 4E | 3D |
| Octal | 351 | 120 | 151 | 0 | 102 | 67 | 11 | 536 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1101001 | 0 | 1000010 | 110111 | 1001 | 101011110 | 1001110 | 111101 |
Color Harmonies of #E95069
Complementary color
Monochromatic Colors of #E95069
Black with #E95069
Text Example
Text Example
White with #E95069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95069; }
p { color: rgb(233,80,105); }
H1.HeaderClassName
{
color: #E95069;
}
.AnyTagClassName
{
color: #E95069;
}
</style>
background-color css
<style>
a { background-color: #E95069; }
a { background-color: rgb(233,80,105); }
div.DivClassName
{
background-color: #E95069;
}
.BgClassName
{
background-color: #E95069;
}
</style>
border-color css
<style>
span { border-color: #E95069; }
span { border-color: rgb(233,80,105); }
td.TdClassName
{
border-color: #E95069;
}
.TagClassName
{
border-color: #E95069;
}
</style>