Shades of Cranberry #E25075
Tints of Cranberry #E25075
RGB
CMYK
RGB Variations
Color information
#E25075 (or 0xE25075) is known color: Cranberry. HEX triplet: E2, 50 and 75. RGB value is (226,80,117). Sum of RGB (Red+Green+Blue) = 226+80+117=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E25075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25075 is #1DAF8A. Grayscale: #7F7F7F. Windows color (decimal): -1945483 or 7688418. OLE color: 7688418.
HSL color Cylindrical-coordinate representation of color #E25075: hue angle of 344.79º 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 #E25075 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 117 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.11 |
| HSL | 344.79º | 0.72% | 0.6% | - |
| HSV(B) | 344.79º | 0.65% | 0.89% | - |
| XYZ | 37.44 | 23.19 | 19.33 | - |
| YUV | 127.87 | 121.87 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 117 | 0 | 0.65 | 0.48 | 0.11 | 344.79 | 0.72 | 0.6 |
| Hex | E2 | 50 | 75 | 0 | 41 | 30 | B | 159 | 48 | 3C |
| Octal | 342 | 120 | 165 | 0 | 101 | 60 | 13 | 531 | 110 | 74 |
| Binary | 11100010 | 1010000 | 1110101 | 0 | 1000001 | 110000 | 1011 | 101011001 | 1001000 | 111100 |
Color Harmonies of #E25075
Complementary color
Monochromatic Colors of #E25075
Black with #E25075
Text Example
Text Example
White with #E25075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25075; }
p { color: rgb(226,80,117); }
H1.HeaderClassName
{
color: #E25075;
}
.AnyTagClassName
{
color: #E25075;
}
</style>
background-color css
<style>
a { background-color: #E25075; }
a { background-color: rgb(226,80,117); }
div.DivClassName
{
background-color: #E25075;
}
.BgClassName
{
background-color: #E25075;
}
</style>
border-color css
<style>
span { border-color: #E25075; }
span { border-color: rgb(226,80,117); }
td.TdClassName
{
border-color: #E25075;
}
.TagClassName
{
border-color: #E25075;
}
</style>