Shades of Cranberry #E03F74
Tints of Cranberry #E03F74
RGB
CMYK
RGB Variations
Color information
#E03F74 (or 0xE03F74) is known color: Cranberry. HEX triplet: E0, 3F and 74. RGB value is (224,63,116). Sum of RGB (Red+Green+Blue) = 224+63+116=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F74 is #1FC08B. Grayscale: #757575. Windows color (decimal): -2080908 or 7618528. OLE color: 7618528.
HSL color Cylindrical-coordinate representation of color #E03F74: hue angle of 340.25º 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 #E03F74 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 116 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.12 |
| HSL | 340.25º | 0.72% | 0.56% | - |
| HSV(B) | 340.25º | 0.72% | 0.88% | - |
| XYZ | 35.67 | 20.66 | 18.63 | - |
| YUV | 117.18 | 127.34 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 116 | 0 | 0.72 | 0.48 | 0.12 | 340.25 | 0.72 | 0.56 |
| Hex | E0 | 3F | 74 | 0 | 48 | 30 | C | 154 | 48 | 38 |
| Octal | 340 | 77 | 164 | 0 | 110 | 60 | 14 | 524 | 110 | 70 |
| Binary | 11100000 | 111111 | 1110100 | 0 | 1001000 | 110000 | 1100 | 101010100 | 1001000 | 111000 |
Color Harmonies of #E03F74
Complementary color
Monochromatic Colors of #E03F74
Black with #E03F74
Text Example
Text Example
White with #E03F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F74; }
p { color: rgb(224,63,116); }
H1.HeaderClassName
{
color: #E03F74;
}
.AnyTagClassName
{
color: #E03F74;
}
</style>
background-color css
<style>
a { background-color: #E03F74; }
a { background-color: rgb(224,63,116); }
div.DivClassName
{
background-color: #E03F74;
}
.BgClassName
{
background-color: #E03F74;
}
</style>
border-color css
<style>
span { border-color: #E03F74; }
span { border-color: rgb(224,63,116); }
td.TdClassName
{
border-color: #E03F74;
}
.TagClassName
{
border-color: #E03F74;
}
</style>