Shades of Carissma #EE8092
Tints of Carissma #EE8092
RGB
CMYK
RGB Variations
Color information
#EE8092 (or 0xEE8092) is known color: Carissma. HEX triplet: EE, 80 and 92. RGB value is (238,128,146). Sum of RGB (Red+Green+Blue) = 238+128+146=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8092 is #117F6D. Grayscale: #A2A2A2. Windows color (decimal): -1146734 or 9601262. OLE color: 9601262.
HSL color Cylindrical-coordinate representation of color #EE8092: hue angle of 350.18º 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 #EE8092 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 146 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.07 |
| HSL | 350.18º | 0.76% | 0.72% | - |
| HSV(B) | 350.18º | 0.46% | 0.93% | - |
| XYZ | 48.17 | 35.69 | 31.54 | - |
| YUV | 162.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 146 | 0 | 0.46 | 0.39 | 0.07 | 350.18 | 0.76 | 0.72 |
| Hex | EE | 80 | 92 | 0 | 2E | 27 | 7 | 15E | 4C | 48 |
| Octal | 356 | 200 | 222 | 0 | 56 | 47 | 7 | 536 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10010010 | 0 | 101110 | 100111 | 111 | 101011110 | 1001100 | 1001000 |
Color Harmonies of #EE8092
Complementary color
Monochromatic Colors of #EE8092
Black with #EE8092
Text Example
Text Example
White with #EE8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8092; }
p { color: rgb(238,128,146); }
H1.HeaderClassName
{
color: #EE8092;
}
.AnyTagClassName
{
color: #EE8092;
}
</style>
background-color css
<style>
a { background-color: #EE8092; }
a { background-color: rgb(238,128,146); }
div.DivClassName
{
background-color: #EE8092;
}
.BgClassName
{
background-color: #EE8092;
}
</style>
border-color css
<style>
span { border-color: #EE8092; }
span { border-color: rgb(238,128,146); }
td.TdClassName
{
border-color: #EE8092;
}
.TagClassName
{
border-color: #EE8092;
}
</style>