Shades of Cranberry #E5417E
Tints of Cranberry #E5417E
RGB
CMYK
RGB Variations
Color information
#E5417E (or 0xE5417E) is known color: Cranberry. HEX triplet: E5, 41 and 7E. RGB value is (229,65,126). Sum of RGB (Red+Green+Blue) = 229+65+126=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5417E is #1ABE81. Grayscale: #787878. Windows color (decimal): -1752706 or 8274405. OLE color: 8274405.
HSL color Cylindrical-coordinate representation of color #E5417E: hue angle of 337.68º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5417E is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 126 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.10 |
| HSL | 337.68º | 0.76% | 0.58% | - |
| HSV(B) | 337.68º | 0.72% | 0.9% | - |
| XYZ | 37.97 | 21.94 | 21.97 | - |
| YUV | 120.99 | 130.83 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 126 | 0 | 0.72 | 0.45 | 0.10 | 337.68 | 0.76 | 0.58 |
| Hex | E5 | 41 | 7E | 0 | 48 | 2D | A | 152 | 4C | 3A |
| Octal | 345 | 101 | 176 | 0 | 110 | 55 | 12 | 522 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1111110 | 0 | 1001000 | 101101 | 1010 | 101010010 | 1001100 | 111010 |
Color Harmonies of #E5417E
Complementary color
Monochromatic Colors of #E5417E
Black with #E5417E
Text Example
Text Example
White with #E5417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5417E; }
p { color: rgb(229,65,126); }
H1.HeaderClassName
{
color: #E5417E;
}
.AnyTagClassName
{
color: #E5417E;
}
</style>
background-color css
<style>
a { background-color: #E5417E; }
a { background-color: rgb(229,65,126); }
div.DivClassName
{
background-color: #E5417E;
}
.BgClassName
{
background-color: #E5417E;
}
</style>
border-color css
<style>
span { border-color: #E5417E; }
span { border-color: rgb(229,65,126); }
td.TdClassName
{
border-color: #E5417E;
}
.TagClassName
{
border-color: #E5417E;
}
</style>