Shades of Cranberry #E1417B
Tints of Cranberry #E1417B
RGB
CMYK
RGB Variations
Color information
#E1417B (or 0xE1417B) is known color: Cranberry. HEX triplet: E1, 41 and 7B. RGB value is (225,65,123). Sum of RGB (Red+Green+Blue) = 225+65+123=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1417B is #1EBE84. Grayscale: #777777. Windows color (decimal): -2014853 or 8077793. OLE color: 8077793.
HSL color Cylindrical-coordinate representation of color #E1417B: hue angle of 338.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1417B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 123 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.12 |
| HSL | 338.25º | 0.73% | 0.57% | - |
| HSV(B) | 338.25º | 0.71% | 0.88% | - |
| XYZ | 36.52 | 21.22 | 20.91 | - |
| YUV | 119.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 123 | 0 | 0.71 | 0.45 | 0.12 | 338.25 | 0.73 | 0.57 |
| Hex | E1 | 41 | 7B | 0 | 47 | 2D | C | 152 | 49 | 39 |
| Octal | 341 | 101 | 173 | 0 | 107 | 55 | 14 | 522 | 111 | 71 |
| Binary | 11100001 | 1000001 | 1111011 | 0 | 1000111 | 101101 | 1100 | 101010010 | 1001001 | 111001 |
Color Harmonies of #E1417B
Complementary color
Monochromatic Colors of #E1417B
Black with #E1417B
Text Example
Text Example
White with #E1417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1417B; }
p { color: rgb(225,65,123); }
H1.HeaderClassName
{
color: #E1417B;
}
.AnyTagClassName
{
color: #E1417B;
}
</style>
background-color css
<style>
a { background-color: #E1417B; }
a { background-color: rgb(225,65,123); }
div.DivClassName
{
background-color: #E1417B;
}
.BgClassName
{
background-color: #E1417B;
}
</style>
border-color css
<style>
span { border-color: #E1417B; }
span { border-color: rgb(225,65,123); }
td.TdClassName
{
border-color: #E1417B;
}
.TagClassName
{
border-color: #E1417B;
}
</style>