Shades of Cranberry #E1527C
Tints of Cranberry #E1527C
RGB
CMYK
RGB Variations
Color information
#E1527C (or 0xE1527C) is known color: Cranberry. HEX triplet: E1, 52 and 7C. RGB value is (225,82,124). Sum of RGB (Red+Green+Blue) = 225+82+124=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1527C is #1EAD83. Grayscale: #818181. Windows color (decimal): -2010500 or 8147681. OLE color: 8147681.
HSL color Cylindrical-coordinate representation of color #E1527C: hue angle of 342.38º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1527C is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 124 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.12 |
| HSL | 342.38º | 0.7% | 0.6% | - |
| HSV(B) | 342.38º | 0.64% | 0.88% | - |
| XYZ | 37.71 | 23.5 | 21.62 | - |
| YUV | 129.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 124 | 0 | 0.64 | 0.45 | 0.12 | 342.38 | 0.7 | 0.6 |
| Hex | E1 | 52 | 7C | 0 | 40 | 2D | C | 156 | 46 | 3C |
| Octal | 341 | 122 | 174 | 0 | 100 | 55 | 14 | 526 | 106 | 74 |
| Binary | 11100001 | 1010010 | 1111100 | 0 | 1000000 | 101101 | 1100 | 101010110 | 1000110 | 111100 |
Color Harmonies of #E1527C
Complementary color
Monochromatic Colors of #E1527C
Black with #E1527C
Text Example
Text Example
White with #E1527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1527C; }
p { color: rgb(225,82,124); }
H1.HeaderClassName
{
color: #E1527C;
}
.AnyTagClassName
{
color: #E1527C;
}
</style>
background-color css
<style>
a { background-color: #E1527C; }
a { background-color: rgb(225,82,124); }
div.DivClassName
{
background-color: #E1527C;
}
.BgClassName
{
background-color: #E1527C;
}
</style>
border-color css
<style>
span { border-color: #E1527C; }
span { border-color: rgb(225,82,124); }
td.TdClassName
{
border-color: #E1527C;
}
.TagClassName
{
border-color: #E1527C;
}
</style>