Shades of Carissma #EE8294
Tints of Carissma #EE8294
RGB
CMYK
RGB Variations
Color information
#EE8294 (or 0xEE8294) is known color: Carissma. HEX triplet: EE, 82 and 94. RGB value is (238,130,148). Sum of RGB (Red+Green+Blue) = 238+130+148=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8294 is #117D6B. Grayscale: #A4A4A4. Windows color (decimal): -1146220 or 9732846. OLE color: 9732846.
HSL color Cylindrical-coordinate representation of color #EE8294: hue angle of 350º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8294 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 148 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.07 |
| HSL | 350º | 0.76% | 0.72% | - |
| HSV(B) | 350º | 0.45% | 0.93% | - |
| XYZ | 48.59 | 36.28 | 32.46 | - |
| YUV | 164.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 148 | 0 | 0.45 | 0.38 | 0.07 | 350 | 0.76 | 0.72 |
| Hex | EE | 82 | 94 | 0 | 2D | 26 | 7 | 15E | 4C | 48 |
| Octal | 356 | 202 | 224 | 0 | 55 | 46 | 7 | 536 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10010100 | 0 | 101101 | 100110 | 111 | 101011110 | 1001100 | 1001000 |
Color Harmonies of #EE8294
Complementary color
Monochromatic Colors of #EE8294
Black with #EE8294
Text Example
Text Example
White with #EE8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8294; }
p { color: rgb(238,130,148); }
H1.HeaderClassName
{
color: #EE8294;
}
.AnyTagClassName
{
color: #EE8294;
}
</style>
background-color css
<style>
a { background-color: #EE8294; }
a { background-color: rgb(238,130,148); }
div.DivClassName
{
background-color: #EE8294;
}
.BgClassName
{
background-color: #EE8294;
}
</style>
border-color css
<style>
span { border-color: #EE8294; }
span { border-color: rgb(238,130,148); }
td.TdClassName
{
border-color: #EE8294;
}
.TagClassName
{
border-color: #EE8294;
}
</style>