Shades of Cranberry #E1507B
Tints of Cranberry #E1507B
RGB
CMYK
RGB Variations
Color information
#E1507B (or 0xE1507B) is known color: Cranberry. HEX triplet: E1, 50 and 7B. RGB value is (225,80,123). Sum of RGB (Red+Green+Blue) = 225+80+123=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1507B is #1EAF84. Grayscale: #808080. Windows color (decimal): -2011013 or 8081633. OLE color: 8081633.
HSL color Cylindrical-coordinate representation of color #E1507B: hue angle of 342.21º 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 #E1507B is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 123 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.12 |
| HSL | 342.21º | 0.71% | 0.6% | - |
| HSV(B) | 342.21º | 0.64% | 0.88% | - |
| XYZ | 37.5 | 23.17 | 21.24 | - |
| YUV | 128.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 123 | 0 | 0.64 | 0.45 | 0.12 | 342.21 | 0.71 | 0.6 |
| Hex | E1 | 50 | 7B | 0 | 40 | 2D | C | 156 | 47 | 3C |
| Octal | 341 | 120 | 173 | 0 | 100 | 55 | 14 | 526 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1111011 | 0 | 1000000 | 101101 | 1100 | 101010110 | 1000111 | 111100 |
Color Harmonies of #E1507B
Complementary color
Monochromatic Colors of #E1507B
Black with #E1507B
Text Example
Text Example
White with #E1507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1507B; }
p { color: rgb(225,80,123); }
H1.HeaderClassName
{
color: #E1507B;
}
.AnyTagClassName
{
color: #E1507B;
}
</style>
background-color css
<style>
a { background-color: #E1507B; }
a { background-color: rgb(225,80,123); }
div.DivClassName
{
background-color: #E1507B;
}
.BgClassName
{
background-color: #E1507B;
}
</style>
border-color css
<style>
span { border-color: #E1507B; }
span { border-color: rgb(225,80,123); }
td.TdClassName
{
border-color: #E1507B;
}
.TagClassName
{
border-color: #E1507B;
}
</style>