Shades of Cranberry #E15577
Tints of Cranberry #E15577
RGB
CMYK
RGB Variations
Color information
#E15577 (or 0xE15577) is known color: Cranberry. HEX triplet: E1, 55 and 77. RGB value is (225,85,119). Sum of RGB (Red+Green+Blue) = 225+85+119=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E15577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15577 is #1EAA88. Grayscale: #828282. Windows color (decimal): -2009737 or 7820769. OLE color: 7820769.
HSL color Cylindrical-coordinate representation of color #E15577: hue angle of 345.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15577 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 119 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.12 |
| HSL | 345.43º | 0.7% | 0.61% | - |
| HSV(B) | 345.43º | 0.62% | 0.88% | - |
| XYZ | 37.63 | 23.84 | 20.07 | - |
| YUV | 130.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 119 | 0 | 0.62 | 0.47 | 0.12 | 345.43 | 0.7 | 0.61 |
| Hex | E1 | 55 | 77 | 0 | 3E | 2F | C | 159 | 46 | 3D |
| Octal | 341 | 125 | 167 | 0 | 76 | 57 | 14 | 531 | 106 | 75 |
| Binary | 11100001 | 1010101 | 1110111 | 0 | 111110 | 101111 | 1100 | 101011001 | 1000110 | 111101 |
Color Harmonies of #E15577
Complementary color
Monochromatic Colors of #E15577
Black with #E15577
Text Example
Text Example
White with #E15577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15577; }
p { color: rgb(225,85,119); }
H1.HeaderClassName
{
color: #E15577;
}
.AnyTagClassName
{
color: #E15577;
}
</style>
background-color css
<style>
a { background-color: #E15577; }
a { background-color: rgb(225,85,119); }
div.DivClassName
{
background-color: #E15577;
}
.BgClassName
{
background-color: #E15577;
}
</style>
border-color css
<style>
span { border-color: #E15577; }
span { border-color: rgb(225,85,119); }
td.TdClassName
{
border-color: #E15577;
}
.TagClassName
{
border-color: #E15577;
}
</style>