Shades of Cranberry #E25775
Tints of Cranberry #E25775
RGB
CMYK
RGB Variations
Color information
#E25775 (or 0xE25775) is known color: Cranberry. HEX triplet: E2, 57 and 75. RGB value is (226,87,117). Sum of RGB (Red+Green+Blue) = 226+87+117=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E25775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25775 is #1DA88A. Grayscale: #848484. Windows color (decimal): -1943691 or 7690210. OLE color: 7690210.
HSL color Cylindrical-coordinate representation of color #E25775: hue angle of 347.05º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25775 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 117 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.11 |
| HSL | 347.05º | 0.71% | 0.61% | - |
| HSV(B) | 347.05º | 0.62% | 0.89% | - |
| XYZ | 37.98 | 24.27 | 19.51 | - |
| YUV | 131.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 117 | 0 | 0.62 | 0.48 | 0.11 | 347.05 | 0.71 | 0.61 |
| Hex | E2 | 57 | 75 | 0 | 3E | 30 | B | 15B | 47 | 3D |
| Octal | 342 | 127 | 165 | 0 | 76 | 60 | 13 | 533 | 107 | 75 |
| Binary | 11100010 | 1010111 | 1110101 | 0 | 111110 | 110000 | 1011 | 101011011 | 1000111 | 111101 |
Color Harmonies of #E25775
Complementary color
Monochromatic Colors of #E25775
Black with #E25775
Text Example
Text Example
White with #E25775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25775; }
p { color: rgb(226,87,117); }
H1.HeaderClassName
{
color: #E25775;
}
.AnyTagClassName
{
color: #E25775;
}
</style>
background-color css
<style>
a { background-color: #E25775; }
a { background-color: rgb(226,87,117); }
div.DivClassName
{
background-color: #E25775;
}
.BgClassName
{
background-color: #E25775;
}
</style>
border-color css
<style>
span { border-color: #E25775; }
span { border-color: rgb(226,87,117); }
td.TdClassName
{
border-color: #E25775;
}
.TagClassName
{
border-color: #E25775;
}
</style>