Shades of Cranberry #E25A74
Tints of Cranberry #E25A74
RGB
CMYK
RGB Variations
Color information
#E25A74 (or 0xE25A74) is known color: Cranberry. HEX triplet: E2, 5A and 74. RGB value is (226,90,116). Sum of RGB (Red+Green+Blue) = 226+90+116=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A74 is #1DA58B. Grayscale: #858585. Windows color (decimal): -1942924 or 7625442. OLE color: 7625442.
HSL color Cylindrical-coordinate representation of color #E25A74: hue angle of 348.53º 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 #E25A74 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 116 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.11 |
| HSL | 348.53º | 0.7% | 0.62% | - |
| HSV(B) | 348.53º | 0.6% | 0.89% | - |
| XYZ | 38.17 | 24.74 | 19.29 | - |
| YUV | 133.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 116 | 0 | 0.60 | 0.49 | 0.11 | 348.53 | 0.7 | 0.62 |
| Hex | E2 | 5A | 74 | 0 | 3C | 31 | B | 15D | 46 | 3E |
| Octal | 342 | 132 | 164 | 0 | 74 | 61 | 13 | 535 | 106 | 76 |
| Binary | 11100010 | 1011010 | 1110100 | 0 | 111100 | 110001 | 1011 | 101011101 | 1000110 | 111110 |
Color Harmonies of #E25A74
Complementary color
Monochromatic Colors of #E25A74
Black with #E25A74
Text Example
Text Example
White with #E25A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A74; }
p { color: rgb(226,90,116); }
H1.HeaderClassName
{
color: #E25A74;
}
.AnyTagClassName
{
color: #E25A74;
}
</style>
background-color css
<style>
a { background-color: #E25A74; }
a { background-color: rgb(226,90,116); }
div.DivClassName
{
background-color: #E25A74;
}
.BgClassName
{
background-color: #E25A74;
}
</style>
border-color css
<style>
span { border-color: #E25A74; }
span { border-color: rgb(226,90,116); }
td.TdClassName
{
border-color: #E25A74;
}
.TagClassName
{
border-color: #E25A74;
}
</style>