Shades of Cranberry #E2507A
Tints of Cranberry #E2507A
RGB
CMYK
RGB Variations
Color information
#E2507A (or 0xE2507A) is known color: Cranberry. HEX triplet: E2, 50 and 7A. RGB value is (226,80,122). Sum of RGB (Red+Green+Blue) = 226+80+122=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E2507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2507A is #1DAF85. Grayscale: #808080. Windows color (decimal): -1945478 or 8016098. OLE color: 8016098.
HSL color Cylindrical-coordinate representation of color #E2507A: hue angle of 342.74º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2507A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 122 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.11 |
| HSL | 342.74º | 0.72% | 0.6% | - |
| HSV(B) | 342.74º | 0.65% | 0.89% | - |
| XYZ | 37.75 | 23.31 | 20.92 | - |
| YUV | 128.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 122 | 0 | 0.65 | 0.46 | 0.11 | 342.74 | 0.72 | 0.6 |
| Hex | E2 | 50 | 7A | 0 | 41 | 2E | B | 157 | 48 | 3C |
| Octal | 342 | 120 | 172 | 0 | 101 | 56 | 13 | 527 | 110 | 74 |
| Binary | 11100010 | 1010000 | 1111010 | 0 | 1000001 | 101110 | 1011 | 101010111 | 1001000 | 111100 |
Color Harmonies of #E2507A
Complementary color
Monochromatic Colors of #E2507A
Black with #E2507A
Text Example
Text Example
White with #E2507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2507A; }
p { color: rgb(226,80,122); }
H1.HeaderClassName
{
color: #E2507A;
}
.AnyTagClassName
{
color: #E2507A;
}
</style>
background-color css
<style>
a { background-color: #E2507A; }
a { background-color: rgb(226,80,122); }
div.DivClassName
{
background-color: #E2507A;
}
.BgClassName
{
background-color: #E2507A;
}
</style>
border-color css
<style>
span { border-color: #E2507A; }
span { border-color: rgb(226,80,122); }
td.TdClassName
{
border-color: #E2507A;
}
.TagClassName
{
border-color: #E2507A;
}
</style>