Shades of Cranberry #E04277
Tints of Cranberry #E04277
RGB
CMYK
RGB Variations
Color information
#E04277 (or 0xE04277) is known color: Cranberry. HEX triplet: E0, 42 and 77. RGB value is (224,66,119). Sum of RGB (Red+Green+Blue) = 224+66+119=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E04277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04277 is #1FBD88. Grayscale: #777777. Windows color (decimal): -2080137 or 7815904. OLE color: 7815904.
HSL color Cylindrical-coordinate representation of color #E04277: hue angle of 339.87º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04277 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 119 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.12 |
| HSL | 339.87º | 0.72% | 0.57% | - |
| HSV(B) | 339.87º | 0.71% | 0.88% | - |
| XYZ | 36.02 | 21.08 | 19.62 | - |
| YUV | 119.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 119 | 0 | 0.71 | 0.47 | 0.12 | 339.87 | 0.72 | 0.57 |
| Hex | E0 | 42 | 77 | 0 | 47 | 2F | C | 154 | 48 | 39 |
| Octal | 340 | 102 | 167 | 0 | 107 | 57 | 14 | 524 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1110111 | 0 | 1000111 | 101111 | 1100 | 101010100 | 1001000 | 111001 |
Color Harmonies of #E04277
Complementary color
Monochromatic Colors of #E04277
Black with #E04277
Text Example
Text Example
White with #E04277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04277; }
p { color: rgb(224,66,119); }
H1.HeaderClassName
{
color: #E04277;
}
.AnyTagClassName
{
color: #E04277;
}
</style>
background-color css
<style>
a { background-color: #E04277; }
a { background-color: rgb(224,66,119); }
div.DivClassName
{
background-color: #E04277;
}
.BgClassName
{
background-color: #E04277;
}
</style>
border-color css
<style>
span { border-color: #E04277; }
span { border-color: rgb(224,66,119); }
td.TdClassName
{
border-color: #E04277;
}
.TagClassName
{
border-color: #E04277;
}
</style>