Shades of Cranberry #E03F7A
Tints of Cranberry #E03F7A
RGB
CMYK
RGB Variations
Color information
#E03F7A (or 0xE03F7A) is known color: Cranberry. HEX triplet: E0, 3F and 7A. RGB value is (224,63,122). Sum of RGB (Red+Green+Blue) = 224+63+122=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F7A is #1FC085. Grayscale: #757575. Windows color (decimal): -2080902 or 8011744. OLE color: 8011744.
HSL color Cylindrical-coordinate representation of color #E03F7A: hue angle of 338.01º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03F7A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 122 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.12 |
| HSL | 338.01º | 0.72% | 0.56% | - |
| HSV(B) | 338.01º | 0.72% | 0.88% | - |
| XYZ | 36.03 | 20.81 | 20.53 | - |
| YUV | 117.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 122 | 0 | 0.72 | 0.46 | 0.12 | 338.01 | 0.72 | 0.56 |
| Hex | E0 | 3F | 7A | 0 | 48 | 2E | C | 152 | 48 | 38 |
| Octal | 340 | 77 | 172 | 0 | 110 | 56 | 14 | 522 | 110 | 70 |
| Binary | 11100000 | 111111 | 1111010 | 0 | 1001000 | 101110 | 1100 | 101010010 | 1001000 | 111000 |
Color Harmonies of #E03F7A
Complementary color
Monochromatic Colors of #E03F7A
Black with #E03F7A
Text Example
Text Example
White with #E03F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F7A; }
p { color: rgb(224,63,122); }
H1.HeaderClassName
{
color: #E03F7A;
}
.AnyTagClassName
{
color: #E03F7A;
}
</style>
background-color css
<style>
a { background-color: #E03F7A; }
a { background-color: rgb(224,63,122); }
div.DivClassName
{
background-color: #E03F7A;
}
.BgClassName
{
background-color: #E03F7A;
}
</style>
border-color css
<style>
span { border-color: #E03F7A; }
span { border-color: rgb(224,63,122); }
td.TdClassName
{
border-color: #E03F7A;
}
.TagClassName
{
border-color: #E03F7A;
}
</style>