Shades of Cranberry #E04276
Tints of Cranberry #E04276
RGB
CMYK
RGB Variations
Color information
#E04276 (or 0xE04276) is known color: Cranberry. HEX triplet: E0, 42 and 76. RGB value is (224,66,118). Sum of RGB (Red+Green+Blue) = 224+66+118=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04276 is #1FBD89. Grayscale: #777777. Windows color (decimal): -2080138 or 7750368. OLE color: 7750368.
HSL color Cylindrical-coordinate representation of color #E04276: hue angle of 340.25º 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 #E04276 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 118 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.12 |
| HSL | 340.25º | 0.72% | 0.57% | - |
| HSV(B) | 340.25º | 0.71% | 0.88% | - |
| XYZ | 35.96 | 21.05 | 19.31 | - |
| YUV | 119.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 118 | 0 | 0.71 | 0.47 | 0.12 | 340.25 | 0.72 | 0.57 |
| Hex | E0 | 42 | 76 | 0 | 47 | 2F | C | 154 | 48 | 39 |
| Octal | 340 | 102 | 166 | 0 | 107 | 57 | 14 | 524 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1110110 | 0 | 1000111 | 101111 | 1100 | 101010100 | 1001000 | 111001 |
Color Harmonies of #E04276
Complementary color
Monochromatic Colors of #E04276
Black with #E04276
Text Example
Text Example
White with #E04276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04276; }
p { color: rgb(224,66,118); }
H1.HeaderClassName
{
color: #E04276;
}
.AnyTagClassName
{
color: #E04276;
}
</style>
background-color css
<style>
a { background-color: #E04276; }
a { background-color: rgb(224,66,118); }
div.DivClassName
{
background-color: #E04276;
}
.BgClassName
{
background-color: #E04276;
}
</style>
border-color css
<style>
span { border-color: #E04276; }
span { border-color: rgb(224,66,118); }
td.TdClassName
{
border-color: #E04276;
}
.TagClassName
{
border-color: #E04276;
}
</style>