Shades of Carissma #EC8897
Tints of Carissma #EC8897
RGB
CMYK
RGB Variations
Color information
#EC8897 (or 0xEC8897) is known color: Carissma. HEX triplet: EC, 88 and 97. RGB value is (236,136,151). Sum of RGB (Red+Green+Blue) = 236+136+151=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8897 is #137768. Grayscale: #A7A7A7. Windows color (decimal): -1275753 or 9930988. OLE color: 9930988.
HSL color Cylindrical-coordinate representation of color #EC8897: hue angle of 351º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8897 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 151 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.07 |
| HSL | 351º | 0.72% | 0.73% | - |
| HSV(B) | 351º | 0.42% | 0.93% | - |
| XYZ | 48.98 | 37.68 | 33.97 | - |
| YUV | 167.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 151 | 0 | 0.42 | 0.36 | 0.07 | 351 | 0.72 | 0.73 |
| Hex | EC | 88 | 97 | 0 | 2A | 24 | 7 | 15F | 48 | 49 |
| Octal | 354 | 210 | 227 | 0 | 52 | 44 | 7 | 537 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10010111 | 0 | 101010 | 100100 | 111 | 101011111 | 1001000 | 1001001 |
Color Harmonies of #EC8897
Complementary color
Monochromatic Colors of #EC8897
Black with #EC8897
Text Example
Text Example
White with #EC8897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8897; }
p { color: rgb(236,136,151); }
H1.HeaderClassName
{
color: #EC8897;
}
.AnyTagClassName
{
color: #EC8897;
}
</style>
background-color css
<style>
a { background-color: #EC8897; }
a { background-color: rgb(236,136,151); }
div.DivClassName
{
background-color: #EC8897;
}
.BgClassName
{
background-color: #EC8897;
}
</style>
border-color css
<style>
span { border-color: #EC8897; }
span { border-color: rgb(236,136,151); }
td.TdClassName
{
border-color: #EC8897;
}
.TagClassName
{
border-color: #EC8897;
}
</style>