Shades of Cranberry #E7526F
Tints of Cranberry #E7526F
RGB
CMYK
RGB Variations
Color information
#E7526F (or 0xE7526F) is known color: Cranberry. HEX triplet: E7, 52 and 6F. RGB value is (231,82,111). Sum of RGB (Red+Green+Blue) = 231+82+111=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7526F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7526F is #18AD90. Grayscale: #818181. Windows color (decimal): -1617297 or 7295719. OLE color: 7295719.
HSL color Cylindrical-coordinate representation of color #E7526F: hue angle of 348.32º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7526F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 111 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.09 |
| HSL | 348.32º | 0.76% | 0.61% | - |
| HSV(B) | 348.32º | 0.65% | 0.91% | - |
| XYZ | 38.84 | 24.17 | 17.66 | - |
| YUV | 129.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 111 | 0 | 0.65 | 0.52 | 0.09 | 348.32 | 0.76 | 0.61 |
| Hex | E7 | 52 | 6F | 0 | 41 | 34 | 9 | 15C | 4C | 3D |
| Octal | 347 | 122 | 157 | 0 | 101 | 64 | 11 | 534 | 114 | 75 |
| Binary | 11100111 | 1010010 | 1101111 | 0 | 1000001 | 110100 | 1001 | 101011100 | 1001100 | 111101 |
Color Harmonies of #E7526F
Complementary color
Monochromatic Colors of #E7526F
Black with #E7526F
Text Example
Text Example
White with #E7526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7526F; }
p { color: rgb(231,82,111); }
H1.HeaderClassName
{
color: #E7526F;
}
.AnyTagClassName
{
color: #E7526F;
}
</style>
background-color css
<style>
a { background-color: #E7526F; }
a { background-color: rgb(231,82,111); }
div.DivClassName
{
background-color: #E7526F;
}
.BgClassName
{
background-color: #E7526F;
}
</style>
border-color css
<style>
span { border-color: #E7526F; }
span { border-color: rgb(231,82,111); }
td.TdClassName
{
border-color: #E7526F;
}
.TagClassName
{
border-color: #E7526F;
}
</style>