Shades of Cranberry #E25078
Tints of Cranberry #E25078
RGB
CMYK
RGB Variations
Color information
#E25078 (or 0xE25078) is known color: Cranberry. HEX triplet: E2, 50 and 78. RGB value is (226,80,120). Sum of RGB (Red+Green+Blue) = 226+80+120=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E25078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25078 is #1DAF87. Grayscale: #808080. Windows color (decimal): -1945480 or 7885026. OLE color: 7885026.
HSL color Cylindrical-coordinate representation of color #E25078: hue angle of 343.56º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25078 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 120 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.11 |
| HSL | 343.56º | 0.72% | 0.6% | - |
| HSV(B) | 343.56º | 0.65% | 0.89% | - |
| XYZ | 37.62 | 23.26 | 20.28 | - |
| YUV | 128.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 120 | 0 | 0.65 | 0.47 | 0.11 | 343.56 | 0.72 | 0.6 |
| Hex | E2 | 50 | 78 | 0 | 41 | 2F | B | 158 | 48 | 3C |
| Octal | 342 | 120 | 170 | 0 | 101 | 57 | 13 | 530 | 110 | 74 |
| Binary | 11100010 | 1010000 | 1111000 | 0 | 1000001 | 101111 | 1011 | 101011000 | 1001000 | 111100 |
Color Harmonies of #E25078
Complementary color
Monochromatic Colors of #E25078
Black with #E25078
Text Example
Text Example
White with #E25078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25078; }
p { color: rgb(226,80,120); }
H1.HeaderClassName
{
color: #E25078;
}
.AnyTagClassName
{
color: #E25078;
}
</style>
background-color css
<style>
a { background-color: #E25078; }
a { background-color: rgb(226,80,120); }
div.DivClassName
{
background-color: #E25078;
}
.BgClassName
{
background-color: #E25078;
}
</style>
border-color css
<style>
span { border-color: #E25078; }
span { border-color: rgb(226,80,120); }
td.TdClassName
{
border-color: #E25078;
}
.TagClassName
{
border-color: #E25078;
}
</style>