Shades of Cranberry #E15675
Tints of Cranberry #E15675
RGB
CMYK
RGB Variations
Color information
#E15675 (or 0xE15675) is known color: Cranberry. HEX triplet: E1, 56 and 75. RGB value is (225,86,117). Sum of RGB (Red+Green+Blue) = 225+86+117=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E15675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15675 is #1EA98A. Grayscale: #838383. Windows color (decimal): -2009483 or 7689953. OLE color: 7689953.
HSL color Cylindrical-coordinate representation of color #E15675: hue angle of 346.62º 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 #E15675 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 117 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.12 |
| HSL | 346.62º | 0.7% | 0.61% | - |
| HSV(B) | 346.62º | 0.62% | 0.88% | - |
| XYZ | 37.59 | 23.95 | 19.47 | - |
| YUV | 131.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 117 | 0 | 0.62 | 0.48 | 0.12 | 346.62 | 0.7 | 0.61 |
| Hex | E1 | 56 | 75 | 0 | 3E | 30 | C | 15B | 46 | 3D |
| Octal | 341 | 126 | 165 | 0 | 76 | 60 | 14 | 533 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1110101 | 0 | 111110 | 110000 | 1100 | 101011011 | 1000110 | 111101 |
Color Harmonies of #E15675
Complementary color
Monochromatic Colors of #E15675
Black with #E15675
Text Example
Text Example
White with #E15675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15675; }
p { color: rgb(225,86,117); }
H1.HeaderClassName
{
color: #E15675;
}
.AnyTagClassName
{
color: #E15675;
}
</style>
background-color css
<style>
a { background-color: #E15675; }
a { background-color: rgb(225,86,117); }
div.DivClassName
{
background-color: #E15675;
}
.BgClassName
{
background-color: #E15675;
}
</style>
border-color css
<style>
span { border-color: #E15675; }
span { border-color: rgb(225,86,117); }
td.TdClassName
{
border-color: #E15675;
}
.TagClassName
{
border-color: #E15675;
}
</style>