Shades of Cranberry #E05474
Tints of Cranberry #E05474
RGB
CMYK
RGB Variations
Color information
#E05474 (or 0xE05474) is known color: Cranberry. HEX triplet: E0, 54 and 74. RGB value is (224,84,116). Sum of RGB (Red+Green+Blue) = 224+84+116=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05474 is #1FAB8B. Grayscale: #818181. Windows color (decimal): -2075532 or 7623904. OLE color: 7623904.
HSL color Cylindrical-coordinate representation of color #E05474: hue angle of 346.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05474 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 116 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.12 |
| HSL | 346.29º | 0.69% | 0.6% | - |
| HSV(B) | 346.29º | 0.63% | 0.88% | - |
| XYZ | 37.06 | 23.45 | 19.1 | - |
| YUV | 129.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 116 | 0 | 0.62 | 0.48 | 0.12 | 346.29 | 0.69 | 0.6 |
| Hex | E0 | 54 | 74 | 0 | 3E | 30 | C | 15A | 45 | 3C |
| Octal | 340 | 124 | 164 | 0 | 76 | 60 | 14 | 532 | 105 | 74 |
| Binary | 11100000 | 1010100 | 1110100 | 0 | 111110 | 110000 | 1100 | 101011010 | 1000101 | 111100 |
Color Harmonies of #E05474
Complementary color
Monochromatic Colors of #E05474
Black with #E05474
Text Example
Text Example
White with #E05474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05474; }
p { color: rgb(224,84,116); }
H1.HeaderClassName
{
color: #E05474;
}
.AnyTagClassName
{
color: #E05474;
}
</style>
background-color css
<style>
a { background-color: #E05474; }
a { background-color: rgb(224,84,116); }
div.DivClassName
{
background-color: #E05474;
}
.BgClassName
{
background-color: #E05474;
}
</style>
border-color css
<style>
span { border-color: #E05474; }
span { border-color: rgb(224,84,116); }
td.TdClassName
{
border-color: #E05474;
}
.TagClassName
{
border-color: #E05474;
}
</style>