Shades of Carissma #EE8086
Tints of Carissma #EE8086
RGB
CMYK
RGB Variations
Color information
#EE8086 (or 0xEE8086) is known color: Carissma. HEX triplet: EE, 80 and 86. RGB value is (238,128,134). Sum of RGB (Red+Green+Blue) = 238+128+134=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8086 is #117F79. Grayscale: #A1A1A1. Windows color (decimal): -1146746 or 8814830. OLE color: 8814830.
HSL color Cylindrical-coordinate representation of color #EE8086: hue angle of 356.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE8086 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 134 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.07 |
| HSL | 356.73º | 0.76% | 0.72% | - |
| HSV(B) | 356.73º | 0.46% | 0.93% | - |
| XYZ | 47.28 | 35.34 | 26.88 | - |
| YUV | 161.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 134 | 0 | 0.46 | 0.44 | 0.07 | 356.73 | 0.76 | 0.72 |
| Hex | EE | 80 | 86 | 0 | 2E | 2C | 7 | 165 | 4C | 48 |
| Octal | 356 | 200 | 206 | 0 | 56 | 54 | 7 | 545 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10000110 | 0 | 101110 | 101100 | 111 | 101100101 | 1001100 | 1001000 |
Color Harmonies of #EE8086
Complementary color
Monochromatic Colors of #EE8086
Black with #EE8086
Text Example
Text Example
White with #EE8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8086; }
p { color: rgb(238,128,134); }
H1.HeaderClassName
{
color: #EE8086;
}
.AnyTagClassName
{
color: #EE8086;
}
</style>
background-color css
<style>
a { background-color: #EE8086; }
a { background-color: rgb(238,128,134); }
div.DivClassName
{
background-color: #EE8086;
}
.BgClassName
{
background-color: #EE8086;
}
</style>
border-color css
<style>
span { border-color: #EE8086; }
span { border-color: rgb(238,128,134); }
td.TdClassName
{
border-color: #EE8086;
}
.TagClassName
{
border-color: #EE8086;
}
</style>