Shades of Cranberry #E1537B
Tints of Cranberry #E1537B
RGB
CMYK
RGB Variations
Color information
#E1537B (or 0xE1537B) is known color: Cranberry. HEX triplet: E1, 53 and 7B. RGB value is (225,83,123). Sum of RGB (Red+Green+Blue) = 225+83+123=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1537B is #1EAC84. Grayscale: #828282. Windows color (decimal): -2010245 or 8082401. OLE color: 8082401.
HSL color Cylindrical-coordinate representation of color #E1537B: hue angle of 343.1º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1537B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 123 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.12 |
| HSL | 343.1º | 0.7% | 0.6% | - |
| HSV(B) | 343.1º | 0.63% | 0.88% | - |
| XYZ | 37.72 | 23.62 | 21.31 | - |
| YUV | 130.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 123 | 0 | 0.63 | 0.45 | 0.12 | 343.1 | 0.7 | 0.6 |
| Hex | E1 | 53 | 7B | 0 | 3F | 2D | C | 157 | 46 | 3C |
| Octal | 341 | 123 | 173 | 0 | 77 | 55 | 14 | 527 | 106 | 74 |
| Binary | 11100001 | 1010011 | 1111011 | 0 | 111111 | 101101 | 1100 | 101010111 | 1000110 | 111100 |
Color Harmonies of #E1537B
Complementary color
Monochromatic Colors of #E1537B
Black with #E1537B
Text Example
Text Example
White with #E1537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1537B; }
p { color: rgb(225,83,123); }
H1.HeaderClassName
{
color: #E1537B;
}
.AnyTagClassName
{
color: #E1537B;
}
</style>
background-color css
<style>
a { background-color: #E1537B; }
a { background-color: rgb(225,83,123); }
div.DivClassName
{
background-color: #E1537B;
}
.BgClassName
{
background-color: #E1537B;
}
</style>
border-color css
<style>
span { border-color: #E1537B; }
span { border-color: rgb(225,83,123); }
td.TdClassName
{
border-color: #E1537B;
}
.TagClassName
{
border-color: #E1537B;
}
</style>