Shades of Cranberry #E1427D
Tints of Cranberry #E1427D
RGB
CMYK
RGB Variations
Color information
#E1427D (or 0xE1427D) is known color: Cranberry. HEX triplet: E1, 42 and 7D. RGB value is (225,66,125). Sum of RGB (Red+Green+Blue) = 225+66+125=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1427D is #1EBD82. Grayscale: #787878. Windows color (decimal): -2014595 or 8209121. OLE color: 8209121.
HSL color Cylindrical-coordinate representation of color #E1427D: hue angle of 337.74º 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 #E1427D is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 125 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.12 |
| HSL | 337.74º | 0.73% | 0.57% | - |
| HSV(B) | 337.74º | 0.71% | 0.88% | - |
| XYZ | 36.7 | 21.38 | 21.6 | - |
| YUV | 120.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 125 | 0 | 0.71 | 0.44 | 0.12 | 337.74 | 0.73 | 0.57 |
| Hex | E1 | 42 | 7D | 0 | 47 | 2C | C | 152 | 49 | 39 |
| Octal | 341 | 102 | 175 | 0 | 107 | 54 | 14 | 522 | 111 | 71 |
| Binary | 11100001 | 1000010 | 1111101 | 0 | 1000111 | 101100 | 1100 | 101010010 | 1001001 | 111001 |
Color Harmonies of #E1427D
Complementary color
Monochromatic Colors of #E1427D
Black with #E1427D
Text Example
Text Example
White with #E1427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1427D; }
p { color: rgb(225,66,125); }
H1.HeaderClassName
{
color: #E1427D;
}
.AnyTagClassName
{
color: #E1427D;
}
</style>
background-color css
<style>
a { background-color: #E1427D; }
a { background-color: rgb(225,66,125); }
div.DivClassName
{
background-color: #E1427D;
}
.BgClassName
{
background-color: #E1427D;
}
</style>
border-color css
<style>
span { border-color: #E1427D; }
span { border-color: rgb(225,66,125); }
td.TdClassName
{
border-color: #E1427D;
}
.TagClassName
{
border-color: #E1427D;
}
</style>