Shades of Cranberry #E95066
Tints of Cranberry #E95066
RGB
CMYK
RGB Variations
Color information
#E95066 (or 0xE95066) is known color: Cranberry. HEX triplet: E9, 50 and 66. RGB value is (233,80,102). Sum of RGB (Red+Green+Blue) = 233+80+102=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E95066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95066 is #16AF99. Grayscale: #808080. Windows color (decimal): -1486746 or 6705385. OLE color: 6705385.
HSL color Cylindrical-coordinate representation of color #E95066: hue angle of 351.37º 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 #E95066 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 102 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.09 |
| HSL | 351.37º | 0.78% | 0.61% | - |
| HSV(B) | 351.37º | 0.66% | 0.91% | - |
| XYZ | 38.87 | 24.02 | 15.16 | - |
| YUV | 128.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 102 | 0 | 0.66 | 0.56 | 0.09 | 351.37 | 0.78 | 0.61 |
| Hex | E9 | 50 | 66 | 0 | 42 | 38 | 9 | 15F | 4E | 3D |
| Octal | 351 | 120 | 146 | 0 | 102 | 70 | 11 | 537 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1100110 | 0 | 1000010 | 111000 | 1001 | 101011111 | 1001110 | 111101 |
Color Harmonies of #E95066
Complementary color
Monochromatic Colors of #E95066
Black with #E95066
Text Example
Text Example
White with #E95066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95066; }
p { color: rgb(233,80,102); }
H1.HeaderClassName
{
color: #E95066;
}
.AnyTagClassName
{
color: #E95066;
}
</style>
background-color css
<style>
a { background-color: #E95066; }
a { background-color: rgb(233,80,102); }
div.DivClassName
{
background-color: #E95066;
}
.BgClassName
{
background-color: #E95066;
}
</style>
border-color css
<style>
span { border-color: #E95066; }
span { border-color: rgb(233,80,102); }
td.TdClassName
{
border-color: #E95066;
}
.TagClassName
{
border-color: #E95066;
}
</style>