Shades of Cranberry #E1507D
Tints of Cranberry #E1507D
RGB
CMYK
RGB Variations
Color information
#E1507D (or 0xE1507D) is known color: Cranberry. HEX triplet: E1, 50 and 7D. RGB value is (225,80,125). Sum of RGB (Red+Green+Blue) = 225+80+125=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1507D is #1EAF82. Grayscale: #808080. Windows color (decimal): -2011011 or 8212705. OLE color: 8212705.
HSL color Cylindrical-coordinate representation of color #E1507D: hue angle of 341.38º 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 #E1507D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 125 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.12 |
| HSL | 341.38º | 0.71% | 0.6% | - |
| HSV(B) | 341.38º | 0.64% | 0.88% | - |
| XYZ | 37.62 | 23.23 | 21.9 | - |
| YUV | 128.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 125 | 0 | 0.64 | 0.44 | 0.12 | 341.38 | 0.71 | 0.6 |
| Hex | E1 | 50 | 7D | 0 | 40 | 2C | C | 155 | 47 | 3C |
| Octal | 341 | 120 | 175 | 0 | 100 | 54 | 14 | 525 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1111101 | 0 | 1000000 | 101100 | 1100 | 101010101 | 1000111 | 111100 |
Color Harmonies of #E1507D
Complementary color
Monochromatic Colors of #E1507D
Black with #E1507D
Text Example
Text Example
White with #E1507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1507D; }
p { color: rgb(225,80,125); }
H1.HeaderClassName
{
color: #E1507D;
}
.AnyTagClassName
{
color: #E1507D;
}
</style>
background-color css
<style>
a { background-color: #E1507D; }
a { background-color: rgb(225,80,125); }
div.DivClassName
{
background-color: #E1507D;
}
.BgClassName
{
background-color: #E1507D;
}
</style>
border-color css
<style>
span { border-color: #E1507D; }
span { border-color: rgb(225,80,125); }
td.TdClassName
{
border-color: #E1507D;
}
.TagClassName
{
border-color: #E1507D;
}
</style>