Shades of Carissma #EE8796
Tints of Carissma #EE8796
RGB
CMYK
RGB Variations
Color information
#EE8796 (or 0xEE8796) is known color: Carissma. HEX triplet: EE, 87 and 96. RGB value is (238,135,150). Sum of RGB (Red+Green+Blue) = 238+135+150=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8796 is #117869. Grayscale: #A7A7A7. Windows color (decimal): -1144938 or 9865198. OLE color: 9865198.
HSL color Cylindrical-coordinate representation of color #EE8796: hue angle of 351.26º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE8796 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 150 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.07 |
| HSL | 351.26º | 0.75% | 0.73% | - |
| HSV(B) | 351.26º | 0.43% | 0.93% | - |
| XYZ | 49.43 | 37.71 | 33.53 | - |
| YUV | 167.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 150 | 0 | 0.43 | 0.37 | 0.07 | 351.26 | 0.75 | 0.73 |
| Hex | EE | 87 | 96 | 0 | 2B | 25 | 7 | 15F | 4B | 49 |
| Octal | 356 | 207 | 226 | 0 | 53 | 45 | 7 | 537 | 113 | 111 |
| Binary | 11101110 | 10000111 | 10010110 | 0 | 101011 | 100101 | 111 | 101011111 | 1001011 | 1001001 |
Color Harmonies of #EE8796
Complementary color
Monochromatic Colors of #EE8796
Black with #EE8796
Text Example
Text Example
White with #EE8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8796; }
p { color: rgb(238,135,150); }
H1.HeaderClassName
{
color: #EE8796;
}
.AnyTagClassName
{
color: #EE8796;
}
</style>
background-color css
<style>
a { background-color: #EE8796; }
a { background-color: rgb(238,135,150); }
div.DivClassName
{
background-color: #EE8796;
}
.BgClassName
{
background-color: #EE8796;
}
</style>
border-color css
<style>
span { border-color: #EE8796; }
span { border-color: rgb(238,135,150); }
td.TdClassName
{
border-color: #EE8796;
}
.TagClassName
{
border-color: #EE8796;
}
</style>