Shades of Cranberry #E04278
Tints of Cranberry #E04278
RGB
CMYK
RGB Variations
Color information
#E04278 (or 0xE04278) is known color: Cranberry. HEX triplet: E0, 42 and 78. RGB value is (224,66,120). Sum of RGB (Red+Green+Blue) = 224+66+120=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E04278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04278 is #1FBD87. Grayscale: #777777. Windows color (decimal): -2080136 or 7881440. OLE color: 7881440.
HSL color Cylindrical-coordinate representation of color #E04278: hue angle of 339.49º 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 #E04278 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 120 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.12 |
| HSL | 339.49º | 0.72% | 0.57% | - |
| HSV(B) | 339.49º | 0.71% | 0.88% | - |
| XYZ | 36.08 | 21.1 | 19.94 | - |
| YUV | 119.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 120 | 0 | 0.71 | 0.46 | 0.12 | 339.49 | 0.72 | 0.57 |
| Hex | E0 | 42 | 78 | 0 | 47 | 2E | C | 153 | 48 | 39 |
| Octal | 340 | 102 | 170 | 0 | 107 | 56 | 14 | 523 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1111000 | 0 | 1000111 | 101110 | 1100 | 101010011 | 1001000 | 111001 |
Color Harmonies of #E04278
Complementary color
Monochromatic Colors of #E04278
Black with #E04278
Text Example
Text Example
White with #E04278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04278; }
p { color: rgb(224,66,120); }
H1.HeaderClassName
{
color: #E04278;
}
.AnyTagClassName
{
color: #E04278;
}
</style>
background-color css
<style>
a { background-color: #E04278; }
a { background-color: rgb(224,66,120); }
div.DivClassName
{
background-color: #E04278;
}
.BgClassName
{
background-color: #E04278;
}
</style>
border-color css
<style>
span { border-color: #E04278; }
span { border-color: rgb(224,66,120); }
td.TdClassName
{
border-color: #E04278;
}
.TagClassName
{
border-color: #E04278;
}
</style>