Shades of Carissma #EE8194
Tints of Carissma #EE8194
RGB
CMYK
RGB Variations
Color information
#EE8194 (or 0xEE8194) is known color: Carissma. HEX triplet: EE, 81 and 94. RGB value is (238,129,148). Sum of RGB (Red+Green+Blue) = 238+129+148=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8194 is #117E6B. Grayscale: #A3A3A3. Windows color (decimal): -1146476 or 9732590. OLE color: 9732590.
HSL color Cylindrical-coordinate representation of color #EE8194: hue angle of 349.54º 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 #EE8194 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 148 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.07 |
| HSL | 349.54º | 0.76% | 0.72% | - |
| HSV(B) | 349.54º | 0.46% | 0.93% | - |
| XYZ | 48.46 | 36.02 | 32.41 | - |
| YUV | 163.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 148 | 0 | 0.46 | 0.38 | 0.07 | 349.54 | 0.76 | 0.72 |
| Hex | EE | 81 | 94 | 0 | 2E | 26 | 7 | 15E | 4C | 48 |
| Octal | 356 | 201 | 224 | 0 | 56 | 46 | 7 | 536 | 114 | 110 |
| Binary | 11101110 | 10000001 | 10010100 | 0 | 101110 | 100110 | 111 | 101011110 | 1001100 | 1001000 |
Color Harmonies of #EE8194
Complementary color
Monochromatic Colors of #EE8194
Black with #EE8194
Text Example
Text Example
White with #EE8194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8194; }
p { color: rgb(238,129,148); }
H1.HeaderClassName
{
color: #EE8194;
}
.AnyTagClassName
{
color: #EE8194;
}
</style>
background-color css
<style>
a { background-color: #EE8194; }
a { background-color: rgb(238,129,148); }
div.DivClassName
{
background-color: #EE8194;
}
.BgClassName
{
background-color: #EE8194;
}
</style>
border-color css
<style>
span { border-color: #EE8194; }
span { border-color: rgb(238,129,148); }
td.TdClassName
{
border-color: #EE8194;
}
.TagClassName
{
border-color: #EE8194;
}
</style>