Shades of Cranberry #E25175
Tints of Cranberry #E25175
RGB
CMYK
RGB Variations
Color information
#E25175 (or 0xE25175) is known color: Cranberry. HEX triplet: E2, 51 and 75. RGB value is (226,81,117). Sum of RGB (Red+Green+Blue) = 226+81+117=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E25175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25175 is #1DAE8A. Grayscale: #808080. Windows color (decimal): -1945227 or 7688674. OLE color: 7688674.
HSL color Cylindrical-coordinate representation of color #E25175: hue angle of 345.1º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25175 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 117 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.11 |
| HSL | 345.1º | 0.71% | 0.6% | - |
| HSV(B) | 345.1º | 0.64% | 0.89% | - |
| XYZ | 37.52 | 23.34 | 19.36 | - |
| YUV | 128.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 117 | 0 | 0.64 | 0.48 | 0.11 | 345.1 | 0.71 | 0.6 |
| Hex | E2 | 51 | 75 | 0 | 40 | 30 | B | 159 | 47 | 3C |
| Octal | 342 | 121 | 165 | 0 | 100 | 60 | 13 | 531 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1110101 | 0 | 1000000 | 110000 | 1011 | 101011001 | 1000111 | 111100 |
Color Harmonies of #E25175
Complementary color
Monochromatic Colors of #E25175
Black with #E25175
Text Example
Text Example
White with #E25175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25175; }
p { color: rgb(226,81,117); }
H1.HeaderClassName
{
color: #E25175;
}
.AnyTagClassName
{
color: #E25175;
}
</style>
background-color css
<style>
a { background-color: #E25175; }
a { background-color: rgb(226,81,117); }
div.DivClassName
{
background-color: #E25175;
}
.BgClassName
{
background-color: #E25175;
}
</style>
border-color css
<style>
span { border-color: #E25175; }
span { border-color: rgb(226,81,117); }
td.TdClassName
{
border-color: #E25175;
}
.TagClassName
{
border-color: #E25175;
}
</style>