Shades of Cranberry #E1507A
Tints of Cranberry #E1507A
RGB
CMYK
RGB Variations
Color information
#E1507A (or 0xE1507A) is known color: Cranberry. HEX triplet: E1, 50 and 7A. RGB value is (225,80,122). Sum of RGB (Red+Green+Blue) = 225+80+122=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E1507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1507A is #1EAF85. Grayscale: #808080. Windows color (decimal): -2011014 or 8016097. OLE color: 8016097.
HSL color Cylindrical-coordinate representation of color #E1507A: hue angle of 342.62º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1507A is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 122 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.12 |
| HSL | 342.62º | 0.71% | 0.6% | - |
| HSV(B) | 342.62º | 0.64% | 0.88% | - |
| XYZ | 37.43 | 23.15 | 20.91 | - |
| YUV | 128.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 122 | 0 | 0.64 | 0.46 | 0.12 | 342.62 | 0.71 | 0.6 |
| Hex | E1 | 50 | 7A | 0 | 40 | 2E | C | 157 | 47 | 3C |
| Octal | 341 | 120 | 172 | 0 | 100 | 56 | 14 | 527 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1111010 | 0 | 1000000 | 101110 | 1100 | 101010111 | 1000111 | 111100 |
Color Harmonies of #E1507A
Complementary color
Monochromatic Colors of #E1507A
Black with #E1507A
Text Example
Text Example
White with #E1507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1507A; }
p { color: rgb(225,80,122); }
H1.HeaderClassName
{
color: #E1507A;
}
.AnyTagClassName
{
color: #E1507A;
}
</style>
background-color css
<style>
a { background-color: #E1507A; }
a { background-color: rgb(225,80,122); }
div.DivClassName
{
background-color: #E1507A;
}
.BgClassName
{
background-color: #E1507A;
}
</style>
border-color css
<style>
span { border-color: #E1507A; }
span { border-color: rgb(225,80,122); }
td.TdClassName
{
border-color: #E1507A;
}
.TagClassName
{
border-color: #E1507A;
}
</style>