Shades of Cranberry #EE4170
Tints of Cranberry #EE4170
RGB
CMYK
RGB Variations
Color information
#EE4170 (or 0xEE4170) is known color: Cranberry. HEX triplet: EE, 41 and 70. RGB value is (238,65,112). Sum of RGB (Red+Green+Blue) = 238+65+112=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4170 is #11BE8F. Grayscale: #7A7A7A. Windows color (decimal): -1162896 or 7356910. OLE color: 7356910.
HSL color Cylindrical-coordinate representation of color #EE4170: hue angle of 343.7º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4170 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 112 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.07 |
| HSL | 343.7º | 0.84% | 0.59% | - |
| HSV(B) | 343.7º | 0.73% | 0.93% | - |
| XYZ | 40.07 | 23.13 | 17.68 | - |
| YUV | 122.09 | 122.31 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 112 | 0 | 0.73 | 0.53 | 0.07 | 343.7 | 0.84 | 0.59 |
| Hex | EE | 41 | 70 | 0 | 49 | 35 | 7 | 158 | 54 | 3B |
| Octal | 356 | 101 | 160 | 0 | 111 | 65 | 7 | 530 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1110000 | 0 | 1001001 | 110101 | 111 | 101011000 | 1010100 | 111011 |
Color Harmonies of #EE4170
Complementary color
Monochromatic Colors of #EE4170
Black with #EE4170
Text Example
Text Example
White with #EE4170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4170; }
p { color: rgb(238,65,112); }
H1.HeaderClassName
{
color: #EE4170;
}
.AnyTagClassName
{
color: #EE4170;
}
</style>
background-color css
<style>
a { background-color: #EE4170; }
a { background-color: rgb(238,65,112); }
div.DivClassName
{
background-color: #EE4170;
}
.BgClassName
{
background-color: #EE4170;
}
</style>
border-color css
<style>
span { border-color: #EE4170; }
span { border-color: rgb(238,65,112); }
td.TdClassName
{
border-color: #EE4170;
}
.TagClassName
{
border-color: #EE4170;
}
</style>