Shades of Cranberry #E1407B
Tints of Cranberry #E1407B
RGB
CMYK
RGB Variations
Color information
#E1407B (or 0xE1407B) is known color: Cranberry. HEX triplet: E1, 40 and 7B. RGB value is (225,64,123). Sum of RGB (Red+Green+Blue) = 225+64+123=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1407B is #1EBF84. Grayscale: #767676. Windows color (decimal): -2015109 or 8077537. OLE color: 8077537.
HSL color Cylindrical-coordinate representation of color #E1407B: hue angle of 338.01º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1407B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 123 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.12 |
| HSL | 338.01º | 0.73% | 0.57% | - |
| HSV(B) | 338.01º | 0.72% | 0.88% | - |
| XYZ | 36.46 | 21.1 | 20.89 | - |
| YUV | 118.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 123 | 0 | 0.72 | 0.45 | 0.12 | 338.01 | 0.73 | 0.57 |
| Hex | E1 | 40 | 7B | 0 | 48 | 2D | C | 152 | 49 | 39 |
| Octal | 341 | 100 | 173 | 0 | 110 | 55 | 14 | 522 | 111 | 71 |
| Binary | 11100001 | 1000000 | 1111011 | 0 | 1001000 | 101101 | 1100 | 101010010 | 1001001 | 111001 |
Color Harmonies of #E1407B
Complementary color
Monochromatic Colors of #E1407B
Black with #E1407B
Text Example
Text Example
White with #E1407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1407B; }
p { color: rgb(225,64,123); }
H1.HeaderClassName
{
color: #E1407B;
}
.AnyTagClassName
{
color: #E1407B;
}
</style>
background-color css
<style>
a { background-color: #E1407B; }
a { background-color: rgb(225,64,123); }
div.DivClassName
{
background-color: #E1407B;
}
.BgClassName
{
background-color: #E1407B;
}
</style>
border-color css
<style>
span { border-color: #E1407B; }
span { border-color: rgb(225,64,123); }
td.TdClassName
{
border-color: #E1407B;
}
.TagClassName
{
border-color: #E1407B;
}
</style>