Shades of Cranberry #EE476C
Tints of Cranberry #EE476C
RGB
CMYK
RGB Variations
Color information
#EE476C (or 0xEE476C) is known color: Cranberry. HEX triplet: EE, 47 and 6C. RGB value is (238,71,108). Sum of RGB (Red+Green+Blue) = 238+71+108=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE476C is #11B893. Grayscale: #7D7D7D. Windows color (decimal): -1161364 or 7096302. OLE color: 7096302.
HSL color Cylindrical-coordinate representation of color #EE476C: hue angle of 346.71º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE476C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 108 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.07 |
| HSL | 346.71º | 0.83% | 0.61% | - |
| HSV(B) | 346.71º | 0.7% | 0.93% | - |
| XYZ | 40.22 | 23.77 | 16.65 | - |
| YUV | 125.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 108 | 0 | 0.70 | 0.55 | 0.07 | 346.71 | 0.83 | 0.61 |
| Hex | EE | 47 | 6C | 0 | 46 | 37 | 7 | 15B | 53 | 3D |
| Octal | 356 | 107 | 154 | 0 | 106 | 67 | 7 | 533 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1101100 | 0 | 1000110 | 110111 | 111 | 101011011 | 1010011 | 111101 |
Color Harmonies of #EE476C
Complementary color
Monochromatic Colors of #EE476C
Black with #EE476C
Text Example
Text Example
White with #EE476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE476C; }
p { color: rgb(238,71,108); }
H1.HeaderClassName
{
color: #EE476C;
}
.AnyTagClassName
{
color: #EE476C;
}
</style>
background-color css
<style>
a { background-color: #EE476C; }
a { background-color: rgb(238,71,108); }
div.DivClassName
{
background-color: #EE476C;
}
.BgClassName
{
background-color: #EE476C;
}
</style>
border-color css
<style>
span { border-color: #EE476C; }
span { border-color: rgb(238,71,108); }
td.TdClassName
{
border-color: #EE476C;
}
.TagClassName
{
border-color: #EE476C;
}
</style>