Shades of Cranberry #E15D74
Tints of Cranberry #E15D74
RGB
CMYK
RGB Variations
Color information
#E15D74 (or 0xE15D74) is known color: Cranberry. HEX triplet: E1, 5D and 74. RGB value is (225,93,116). Sum of RGB (Red+Green+Blue) = 225+93+116=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D74 is #1EA28B. Grayscale: #878787. Windows color (decimal): -2007692 or 7626209. OLE color: 7626209.
HSL color Cylindrical-coordinate representation of color #E15D74: hue angle of 349.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15D74 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 116 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.12 |
| HSL | 349.55º | 0.69% | 0.62% | - |
| HSV(B) | 349.55º | 0.59% | 0.88% | - |
| XYZ | 38.12 | 25.1 | 19.36 | - |
| YUV | 135.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 116 | 0 | 0.59 | 0.48 | 0.12 | 349.55 | 0.69 | 0.62 |
| Hex | E1 | 5D | 74 | 0 | 3B | 30 | C | 15E | 45 | 3E |
| Octal | 341 | 135 | 164 | 0 | 73 | 60 | 14 | 536 | 105 | 76 |
| Binary | 11100001 | 1011101 | 1110100 | 0 | 111011 | 110000 | 1100 | 101011110 | 1000101 | 111110 |
Color Harmonies of #E15D74
Complementary color
Monochromatic Colors of #E15D74
Black with #E15D74
Text Example
Text Example
White with #E15D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D74; }
p { color: rgb(225,93,116); }
H1.HeaderClassName
{
color: #E15D74;
}
.AnyTagClassName
{
color: #E15D74;
}
</style>
background-color css
<style>
a { background-color: #E15D74; }
a { background-color: rgb(225,93,116); }
div.DivClassName
{
background-color: #E15D74;
}
.BgClassName
{
background-color: #E15D74;
}
</style>
border-color css
<style>
span { border-color: #E15D74; }
span { border-color: rgb(225,93,116); }
td.TdClassName
{
border-color: #E15D74;
}
.TagClassName
{
border-color: #E15D74;
}
</style>