Shades of Cranberry #E9506F
Tints of Cranberry #E9506F
RGB
CMYK
RGB Variations
Color information
#E9506F (or 0xE9506F) is known color: Cranberry. HEX triplet: E9, 50 and 6F. RGB value is (233,80,111). Sum of RGB (Red+Green+Blue) = 233+80+111=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E9506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9506F is #16AF90. Grayscale: #818181. Windows color (decimal): -1486737 or 7295209. OLE color: 7295209.
HSL color Cylindrical-coordinate representation of color #E9506F: hue angle of 347.84º 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 #E9506F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 111 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.09 |
| HSL | 347.84º | 0.78% | 0.61% | - |
| HSV(B) | 347.84º | 0.66% | 0.91% | - |
| XYZ | 39.34 | 24.21 | 17.64 | - |
| YUV | 129.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 111 | 0 | 0.66 | 0.52 | 0.09 | 347.84 | 0.78 | 0.61 |
| Hex | E9 | 50 | 6F | 0 | 42 | 34 | 9 | 15C | 4E | 3D |
| Octal | 351 | 120 | 157 | 0 | 102 | 64 | 11 | 534 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1101111 | 0 | 1000010 | 110100 | 1001 | 101011100 | 1001110 | 111101 |
Color Harmonies of #E9506F
Complementary color
Monochromatic Colors of #E9506F
Black with #E9506F
Text Example
Text Example
White with #E9506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9506F; }
p { color: rgb(233,80,111); }
H1.HeaderClassName
{
color: #E9506F;
}
.AnyTagClassName
{
color: #E9506F;
}
</style>
background-color css
<style>
a { background-color: #E9506F; }
a { background-color: rgb(233,80,111); }
div.DivClassName
{
background-color: #E9506F;
}
.BgClassName
{
background-color: #E9506F;
}
</style>
border-color css
<style>
span { border-color: #E9506F; }
span { border-color: rgb(233,80,111); }
td.TdClassName
{
border-color: #E9506F;
}
.TagClassName
{
border-color: #E9506F;
}
</style>