Shades of Cranberry #E5456F
Tints of Cranberry #E5456F
RGB
CMYK
RGB Variations
Color information
#E5456F (or 0xE5456F) is known color: Cranberry. HEX triplet: E5, 45 and 6F. RGB value is (229,69,111). Sum of RGB (Red+Green+Blue) = 229+69+111=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5456F is #1ABA90. Grayscale: #797979. Windows color (decimal): -1751697 or 7292389. OLE color: 7292389.
HSL color Cylindrical-coordinate representation of color #E5456F: hue angle of 344.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5456F is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 111 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.10 |
| HSL | 344.25º | 0.75% | 0.58% | - |
| HSV(B) | 344.25º | 0.7% | 0.9% | - |
| XYZ | 37.31 | 22.06 | 17.33 | - |
| YUV | 121.63 | 122.01 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 111 | 0 | 0.70 | 0.52 | 0.10 | 344.25 | 0.75 | 0.58 |
| Hex | E5 | 45 | 6F | 0 | 46 | 34 | A | 158 | 4B | 3A |
| Octal | 345 | 105 | 157 | 0 | 106 | 64 | 12 | 530 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1101111 | 0 | 1000110 | 110100 | 1010 | 101011000 | 1001011 | 111010 |
Color Harmonies of #E5456F
Complementary color
Monochromatic Colors of #E5456F
Black with #E5456F
Text Example
Text Example
White with #E5456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5456F; }
p { color: rgb(229,69,111); }
H1.HeaderClassName
{
color: #E5456F;
}
.AnyTagClassName
{
color: #E5456F;
}
</style>
background-color css
<style>
a { background-color: #E5456F; }
a { background-color: rgb(229,69,111); }
div.DivClassName
{
background-color: #E5456F;
}
.BgClassName
{
background-color: #E5456F;
}
</style>
border-color css
<style>
span { border-color: #E5456F; }
span { border-color: rgb(229,69,111); }
td.TdClassName
{
border-color: #E5456F;
}
.TagClassName
{
border-color: #E5456F;
}
</style>