Shades of Cranberry #E25A75
Tints of Cranberry #E25A75
RGB
CMYK
RGB Variations
Color information
#E25A75 (or 0xE25A75) is known color: Cranberry. HEX triplet: E2, 5A and 75. RGB value is (226,90,117). Sum of RGB (Red+Green+Blue) = 226+90+117=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A75 is #1DA58A. Grayscale: #858585. Windows color (decimal): -1942923 or 7690978. OLE color: 7690978.
HSL color Cylindrical-coordinate representation of color #E25A75: hue angle of 348.09º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A75 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 117 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.11 |
| HSL | 348.09º | 0.7% | 0.62% | - |
| HSV(B) | 348.09º | 0.6% | 0.89% | - |
| XYZ | 38.23 | 24.77 | 19.59 | - |
| YUV | 133.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 117 | 0 | 0.60 | 0.48 | 0.11 | 348.09 | 0.7 | 0.62 |
| Hex | E2 | 5A | 75 | 0 | 3C | 30 | B | 15C | 46 | 3E |
| Octal | 342 | 132 | 165 | 0 | 74 | 60 | 13 | 534 | 106 | 76 |
| Binary | 11100010 | 1011010 | 1110101 | 0 | 111100 | 110000 | 1011 | 101011100 | 1000110 | 111110 |
Color Harmonies of #E25A75
Complementary color
Monochromatic Colors of #E25A75
Black with #E25A75
Text Example
Text Example
White with #E25A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A75; }
p { color: rgb(226,90,117); }
H1.HeaderClassName
{
color: #E25A75;
}
.AnyTagClassName
{
color: #E25A75;
}
</style>
background-color css
<style>
a { background-color: #E25A75; }
a { background-color: rgb(226,90,117); }
div.DivClassName
{
background-color: #E25A75;
}
.BgClassName
{
background-color: #E25A75;
}
</style>
border-color css
<style>
span { border-color: #E25A75; }
span { border-color: rgb(226,90,117); }
td.TdClassName
{
border-color: #E25A75;
}
.TagClassName
{
border-color: #E25A75;
}
</style>