Shades of Cranberry #E0407A
Tints of Cranberry #E0407A
RGB
CMYK
RGB Variations
Color information
#E0407A (or 0xE0407A) is known color: Cranberry. HEX triplet: E0, 40 and 7A. RGB value is (224,64,122). Sum of RGB (Red+Green+Blue) = 224+64+122=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E0407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0407A is #1FBF85. Grayscale: #767676. Windows color (decimal): -2080646 or 8012000. OLE color: 8012000.
HSL color Cylindrical-coordinate representation of color #E0407A: hue angle of 338.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0407A is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 122 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.12 |
| HSL | 338.25º | 0.72% | 0.56% | - |
| HSV(B) | 338.25º | 0.71% | 0.88% | - |
| XYZ | 36.09 | 20.92 | 20.55 | - |
| YUV | 118.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 122 | 0 | 0.71 | 0.46 | 0.12 | 338.25 | 0.72 | 0.56 |
| Hex | E0 | 40 | 7A | 0 | 47 | 2E | C | 152 | 48 | 38 |
| Octal | 340 | 100 | 172 | 0 | 107 | 56 | 14 | 522 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1111010 | 0 | 1000111 | 101110 | 1100 | 101010010 | 1001000 | 111000 |
Color Harmonies of #E0407A
Complementary color
Monochromatic Colors of #E0407A
Black with #E0407A
Text Example
Text Example
White with #E0407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0407A; }
p { color: rgb(224,64,122); }
H1.HeaderClassName
{
color: #E0407A;
}
.AnyTagClassName
{
color: #E0407A;
}
</style>
background-color css
<style>
a { background-color: #E0407A; }
a { background-color: rgb(224,64,122); }
div.DivClassName
{
background-color: #E0407A;
}
.BgClassName
{
background-color: #E0407A;
}
</style>
border-color css
<style>
span { border-color: #E0407A; }
span { border-color: rgb(224,64,122); }
td.TdClassName
{
border-color: #E0407A;
}
.TagClassName
{
border-color: #E0407A;
}
</style>