Shades of Cranberry #E5417A
Tints of Cranberry #E5417A
RGB
CMYK
RGB Variations
Color information
#E5417A (or 0xE5417A) is known color: Cranberry. HEX triplet: E5, 41 and 7A. RGB value is (229,65,122). Sum of RGB (Red+Green+Blue) = 229+65+122=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E5417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5417A is #1ABE85. Grayscale: #787878. Windows color (decimal): -1752710 or 8012261. OLE color: 8012261.
HSL color Cylindrical-coordinate representation of color #E5417A: hue angle of 339.15º 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 #E5417A is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 122 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.10 |
| HSL | 339.15º | 0.76% | 0.58% | - |
| HSV(B) | 339.15º | 0.72% | 0.9% | - |
| XYZ | 37.72 | 21.84 | 20.64 | - |
| YUV | 120.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 122 | 0 | 0.72 | 0.47 | 0.10 | 339.15 | 0.76 | 0.58 |
| Hex | E5 | 41 | 7A | 0 | 48 | 2F | A | 153 | 4C | 3A |
| Octal | 345 | 101 | 172 | 0 | 110 | 57 | 12 | 523 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1111010 | 0 | 1001000 | 101111 | 1010 | 101010011 | 1001100 | 111010 |
Color Harmonies of #E5417A
Complementary color
Monochromatic Colors of #E5417A
Black with #E5417A
Text Example
Text Example
White with #E5417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5417A; }
p { color: rgb(229,65,122); }
H1.HeaderClassName
{
color: #E5417A;
}
.AnyTagClassName
{
color: #E5417A;
}
</style>
background-color css
<style>
a { background-color: #E5417A; }
a { background-color: rgb(229,65,122); }
div.DivClassName
{
background-color: #E5417A;
}
.BgClassName
{
background-color: #E5417A;
}
</style>
border-color css
<style>
span { border-color: #E5417A; }
span { border-color: rgb(229,65,122); }
td.TdClassName
{
border-color: #E5417A;
}
.TagClassName
{
border-color: #E5417A;
}
</style>