Shades of Cranberry #E5407E
Tints of Cranberry #E5407E
RGB
CMYK
RGB Variations
Color information
#E5407E (or 0xE5407E) is known color: Cranberry. HEX triplet: E5, 40 and 7E. RGB value is (229,64,126). Sum of RGB (Red+Green+Blue) = 229+64+126=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5407E is #1ABF81. Grayscale: #787878. Windows color (decimal): -1752962 or 8274149. OLE color: 8274149.
HSL color Cylindrical-coordinate representation of color #E5407E: hue angle of 337.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5407E is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 126 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.10 |
| HSL | 337.45º | 0.76% | 0.57% | - |
| HSV(B) | 337.45º | 0.72% | 0.9% | - |
| XYZ | 37.91 | 21.83 | 21.95 | - |
| YUV | 120.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 126 | 0 | 0.72 | 0.45 | 0.10 | 337.45 | 0.76 | 0.57 |
| Hex | E5 | 40 | 7E | 0 | 48 | 2D | A | 151 | 4C | 39 |
| Octal | 345 | 100 | 176 | 0 | 110 | 55 | 12 | 521 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1111110 | 0 | 1001000 | 101101 | 1010 | 101010001 | 1001100 | 111001 |
Color Harmonies of #E5407E
Complementary color
Monochromatic Colors of #E5407E
Black with #E5407E
Text Example
Text Example
White with #E5407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5407E; }
p { color: rgb(229,64,126); }
H1.HeaderClassName
{
color: #E5407E;
}
.AnyTagClassName
{
color: #E5407E;
}
</style>
background-color css
<style>
a { background-color: #E5407E; }
a { background-color: rgb(229,64,126); }
div.DivClassName
{
background-color: #E5407E;
}
.BgClassName
{
background-color: #E5407E;
}
</style>
border-color css
<style>
span { border-color: #E5407E; }
span { border-color: rgb(229,64,126); }
td.TdClassName
{
border-color: #E5407E;
}
.TagClassName
{
border-color: #E5407E;
}
</style>