Shades of Cranberry #E5417B
Tints of Cranberry #E5417B
RGB
CMYK
RGB Variations
Color information
#E5417B (or 0xE5417B) is known color: Cranberry. HEX triplet: E5, 41 and 7B. RGB value is (229,65,123). Sum of RGB (Red+Green+Blue) = 229+65+123=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5417B is #1ABE84. Grayscale: #787878. Windows color (decimal): -1752709 or 8077797. OLE color: 8077797.
HSL color Cylindrical-coordinate representation of color #E5417B: hue angle of 338.78º 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 #E5417B is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 123 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.10 |
| HSL | 338.78º | 0.76% | 0.58% | - |
| HSV(B) | 338.78º | 0.72% | 0.9% | - |
| XYZ | 37.78 | 21.87 | 20.97 | - |
| YUV | 120.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 123 | 0 | 0.72 | 0.46 | 0.10 | 338.78 | 0.76 | 0.58 |
| Hex | E5 | 41 | 7B | 0 | 48 | 2E | A | 153 | 4C | 3A |
| Octal | 345 | 101 | 173 | 0 | 110 | 56 | 12 | 523 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1111011 | 0 | 1001000 | 101110 | 1010 | 101010011 | 1001100 | 111010 |
Color Harmonies of #E5417B
Complementary color
Monochromatic Colors of #E5417B
Black with #E5417B
Text Example
Text Example
White with #E5417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5417B; }
p { color: rgb(229,65,123); }
H1.HeaderClassName
{
color: #E5417B;
}
.AnyTagClassName
{
color: #E5417B;
}
</style>
background-color css
<style>
a { background-color: #E5417B; }
a { background-color: rgb(229,65,123); }
div.DivClassName
{
background-color: #E5417B;
}
.BgClassName
{
background-color: #E5417B;
}
</style>
border-color css
<style>
span { border-color: #E5417B; }
span { border-color: rgb(229,65,123); }
td.TdClassName
{
border-color: #E5417B;
}
.TagClassName
{
border-color: #E5417B;
}
</style>