Shades of Carissma #EE8095
Tints of Carissma #EE8095
RGB
CMYK
RGB Variations
Color information
#EE8095 (or 0xEE8095) is known color: Carissma. HEX triplet: EE, 80 and 95. RGB value is (238,128,149). Sum of RGB (Red+Green+Blue) = 238+128+149=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8095 is #117F6A. Grayscale: #A3A3A3. Windows color (decimal): -1146731 or 9797870. OLE color: 9797870.
HSL color Cylindrical-coordinate representation of color #EE8095: hue angle of 348.55º 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 #EE8095 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 149 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.07 |
| HSL | 348.55º | 0.76% | 0.72% | - |
| HSV(B) | 348.55º | 0.46% | 0.93% | - |
| XYZ | 48.4 | 35.79 | 32.79 | - |
| YUV | 163.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 149 | 0 | 0.46 | 0.37 | 0.07 | 348.55 | 0.76 | 0.72 |
| Hex | EE | 80 | 95 | 0 | 2E | 25 | 7 | 15D | 4C | 48 |
| Octal | 356 | 200 | 225 | 0 | 56 | 45 | 7 | 535 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10010101 | 0 | 101110 | 100101 | 111 | 101011101 | 1001100 | 1001000 |
Color Harmonies of #EE8095
Complementary color
Monochromatic Colors of #EE8095
Black with #EE8095
Text Example
Text Example
White with #EE8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8095; }
p { color: rgb(238,128,149); }
H1.HeaderClassName
{
color: #EE8095;
}
.AnyTagClassName
{
color: #EE8095;
}
</style>
background-color css
<style>
a { background-color: #EE8095; }
a { background-color: rgb(238,128,149); }
div.DivClassName
{
background-color: #EE8095;
}
.BgClassName
{
background-color: #EE8095;
}
</style>
border-color css
<style>
span { border-color: #EE8095; }
span { border-color: rgb(238,128,149); }
td.TdClassName
{
border-color: #EE8095;
}
.TagClassName
{
border-color: #EE8095;
}
</style>