Shades of Cranberry #E5407F
Tints of Cranberry #E5407F
RGB
CMYK
RGB Variations
Color information
#E5407F (or 0xE5407F) is known color: Cranberry. HEX triplet: E5, 40 and 7F. RGB value is (229,64,127). Sum of RGB (Red+Green+Blue) = 229+64+127=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5407F is #1ABF80. Grayscale: #787878. Windows color (decimal): -1752961 or 8339685. OLE color: 8339685.
HSL color Cylindrical-coordinate representation of color #E5407F: hue angle of 337.09º 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 #E5407F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 127 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.10 |
| HSL | 337.09º | 0.76% | 0.57% | - |
| HSV(B) | 337.09º | 0.72% | 0.9% | - |
| XYZ | 37.98 | 21.86 | 22.3 | - |
| YUV | 120.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 127 | 0 | 0.72 | 0.45 | 0.10 | 337.09 | 0.76 | 0.57 |
| Hex | E5 | 40 | 7F | 0 | 48 | 2D | A | 151 | 4C | 39 |
| Octal | 345 | 100 | 177 | 0 | 110 | 55 | 12 | 521 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1111111 | 0 | 1001000 | 101101 | 1010 | 101010001 | 1001100 | 111001 |
Color Harmonies of #E5407F
Complementary color
Monochromatic Colors of #E5407F
Black with #E5407F
Text Example
Text Example
White with #E5407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5407F; }
p { color: rgb(229,64,127); }
H1.HeaderClassName
{
color: #E5407F;
}
.AnyTagClassName
{
color: #E5407F;
}
</style>
background-color css
<style>
a { background-color: #E5407F; }
a { background-color: rgb(229,64,127); }
div.DivClassName
{
background-color: #E5407F;
}
.BgClassName
{
background-color: #E5407F;
}
</style>
border-color css
<style>
span { border-color: #E5407F; }
span { border-color: rgb(229,64,127); }
td.TdClassName
{
border-color: #E5407F;
}
.TagClassName
{
border-color: #E5407F;
}
</style>