Shades of Cranberry #E04682
Tints of Cranberry #E04682
RGB
CMYK
RGB Variations
Color information
#E04682 (or 0xE04682) is known color: Cranberry. HEX triplet: E0, 46 and 82. RGB value is (224,70,130). Sum of RGB (Red+Green+Blue) = 224+70+130=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E04682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04682 is #1FB97D. Grayscale: #7A7A7A. Windows color (decimal): -2079102 or 8537824. OLE color: 8537824.
HSL color Cylindrical-coordinate representation of color #E04682: hue angle of 336.62º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04682 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 130 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.12 |
| HSL | 336.62º | 0.71% | 0.58% | - |
| HSV(B) | 336.62º | 0.69% | 0.88% | - |
| XYZ | 36.96 | 21.84 | 23.39 | - |
| YUV | 122.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 130 | 0 | 0.69 | 0.42 | 0.12 | 336.62 | 0.71 | 0.58 |
| Hex | E0 | 46 | 82 | 0 | 45 | 2A | C | 151 | 47 | 3A |
| Octal | 340 | 106 | 202 | 0 | 105 | 52 | 14 | 521 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10000010 | 0 | 1000101 | 101010 | 1100 | 101010001 | 1000111 | 111010 |
Color Harmonies of #E04682
Complementary color
Monochromatic Colors of #E04682
Black with #E04682
Text Example
Text Example
White with #E04682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04682; }
p { color: rgb(224,70,130); }
H1.HeaderClassName
{
color: #E04682;
}
.AnyTagClassName
{
color: #E04682;
}
</style>
background-color css
<style>
a { background-color: #E04682; }
a { background-color: rgb(224,70,130); }
div.DivClassName
{
background-color: #E04682;
}
.BgClassName
{
background-color: #E04682;
}
</style>
border-color css
<style>
span { border-color: #E04682; }
span { border-color: rgb(224,70,130); }
td.TdClassName
{
border-color: #E04682;
}
.TagClassName
{
border-color: #E04682;
}
</style>