Shades of Cranberry #E03F7B
Tints of Cranberry #E03F7B
RGB
CMYK
RGB Variations
Color information
#E03F7B (or 0xE03F7B) is known color: Cranberry. HEX triplet: E0, 3F and 7B. RGB value is (224,63,123). Sum of RGB (Red+Green+Blue) = 224+63+123=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F7B is #1FC084. Grayscale: #757575. Windows color (decimal): -2080901 or 8077280. OLE color: 8077280.
HSL color Cylindrical-coordinate representation of color #E03F7B: hue angle of 337.64º 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 #E03F7B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 123 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.12 |
| HSL | 337.64º | 0.72% | 0.56% | - |
| HSV(B) | 337.64º | 0.72% | 0.88% | - |
| XYZ | 36.09 | 20.83 | 20.86 | - |
| YUV | 117.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 123 | 0 | 0.72 | 0.45 | 0.12 | 337.64 | 0.72 | 0.56 |
| Hex | E0 | 3F | 7B | 0 | 48 | 2D | C | 152 | 48 | 38 |
| Octal | 340 | 77 | 173 | 0 | 110 | 55 | 14 | 522 | 110 | 70 |
| Binary | 11100000 | 111111 | 1111011 | 0 | 1001000 | 101101 | 1100 | 101010010 | 1001000 | 111000 |
Color Harmonies of #E03F7B
Complementary color
Monochromatic Colors of #E03F7B
Black with #E03F7B
Text Example
Text Example
White with #E03F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F7B; }
p { color: rgb(224,63,123); }
H1.HeaderClassName
{
color: #E03F7B;
}
.AnyTagClassName
{
color: #E03F7B;
}
</style>
background-color css
<style>
a { background-color: #E03F7B; }
a { background-color: rgb(224,63,123); }
div.DivClassName
{
background-color: #E03F7B;
}
.BgClassName
{
background-color: #E03F7B;
}
</style>
border-color css
<style>
span { border-color: #E03F7B; }
span { border-color: rgb(224,63,123); }
td.TdClassName
{
border-color: #E03F7B;
}
.TagClassName
{
border-color: #E03F7B;
}
</style>