Shades of Cranberry #E94574
Tints of Cranberry #E94574
RGB
CMYK
RGB Variations
Color information
#E94574 (or 0xE94574) is known color: Cranberry. HEX triplet: E9, 45 and 74. RGB value is (233,69,116). Sum of RGB (Red+Green+Blue) = 233+69+116=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E94574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94574 is #16BA8B. Grayscale: #7B7B7B. Windows color (decimal): -1489548 or 7620073. OLE color: 7620073.
HSL color Cylindrical-coordinate representation of color #E94574: hue angle of 342.8º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94574 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 116 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.09 |
| HSL | 342.8º | 0.79% | 0.59% | - |
| HSV(B) | 342.8º | 0.7% | 0.91% | - |
| XYZ | 38.88 | 22.84 | 18.88 | - |
| YUV | 123.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 116 | 0 | 0.70 | 0.50 | 0.09 | 342.8 | 0.79 | 0.59 |
| Hex | E9 | 45 | 74 | 0 | 46 | 32 | 9 | 157 | 4F | 3B |
| Octal | 351 | 105 | 164 | 0 | 106 | 62 | 11 | 527 | 117 | 73 |
| Binary | 11101001 | 1000101 | 1110100 | 0 | 1000110 | 110010 | 1001 | 101010111 | 1001111 | 111011 |
Color Harmonies of #E94574
Complementary color
Monochromatic Colors of #E94574
Black with #E94574
Text Example
Text Example
White with #E94574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94574; }
p { color: rgb(233,69,116); }
H1.HeaderClassName
{
color: #E94574;
}
.AnyTagClassName
{
color: #E94574;
}
</style>
background-color css
<style>
a { background-color: #E94574; }
a { background-color: rgb(233,69,116); }
div.DivClassName
{
background-color: #E94574;
}
.BgClassName
{
background-color: #E94574;
}
</style>
border-color css
<style>
span { border-color: #E94574; }
span { border-color: rgb(233,69,116); }
td.TdClassName
{
border-color: #E94574;
}
.TagClassName
{
border-color: #E94574;
}
</style>