Shades of Cranberry #E45475
Tints of Cranberry #E45475
RGB
CMYK
RGB Variations
Color information
#E45475 (or 0xE45475) is known color: Cranberry. HEX triplet: E4, 54 and 75. RGB value is (228,84,117). Sum of RGB (Red+Green+Blue) = 228+84+117=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E45475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45475 is #1BAB8A. Grayscale: #828282. Windows color (decimal): -1813387 or 7689444. OLE color: 7689444.
HSL color Cylindrical-coordinate representation of color #E45475: hue angle of 346.25º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45475 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 117 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.11 |
| HSL | 346.25º | 0.73% | 0.61% | - |
| HSV(B) | 346.25º | 0.63% | 0.89% | - |
| XYZ | 38.38 | 24.12 | 19.46 | - |
| YUV | 130.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 117 | 0 | 0.63 | 0.49 | 0.11 | 346.25 | 0.73 | 0.61 |
| Hex | E4 | 54 | 75 | 0 | 3F | 31 | B | 15A | 49 | 3D |
| Octal | 344 | 124 | 165 | 0 | 77 | 61 | 13 | 532 | 111 | 75 |
| Binary | 11100100 | 1010100 | 1110101 | 0 | 111111 | 110001 | 1011 | 101011010 | 1001001 | 111101 |
Color Harmonies of #E45475
Complementary color
Monochromatic Colors of #E45475
Black with #E45475
Text Example
Text Example
White with #E45475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45475; }
p { color: rgb(228,84,117); }
H1.HeaderClassName
{
color: #E45475;
}
.AnyTagClassName
{
color: #E45475;
}
</style>
background-color css
<style>
a { background-color: #E45475; }
a { background-color: rgb(228,84,117); }
div.DivClassName
{
background-color: #E45475;
}
.BgClassName
{
background-color: #E45475;
}
</style>
border-color css
<style>
span { border-color: #E45475; }
span { border-color: rgb(228,84,117); }
td.TdClassName
{
border-color: #E45475;
}
.TagClassName
{
border-color: #E45475;
}
</style>