Shades of Carissma #EC8097
Tints of Carissma #EC8097
RGB
CMYK
RGB Variations
Color information
#EC8097 (or 0xEC8097) is known color: Carissma. HEX triplet: EC, 80 and 97. RGB value is (236,128,151). Sum of RGB (Red+Green+Blue) = 236+128+151=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8097 is #137F68. Grayscale: #A2A2A2. Windows color (decimal): -1277801 or 9928940. OLE color: 9928940.
HSL color Cylindrical-coordinate representation of color #EC8097: hue angle of 347.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8097 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 151 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.07 |
| HSL | 347.22º | 0.74% | 0.71% | - |
| HSV(B) | 347.22º | 0.46% | 0.93% | - |
| XYZ | 47.9 | 35.51 | 33.61 | - |
| YUV | 162.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 151 | 0 | 0.46 | 0.36 | 0.07 | 347.22 | 0.74 | 0.71 |
| Hex | EC | 80 | 97 | 0 | 2E | 24 | 7 | 15B | 4A | 47 |
| Octal | 354 | 200 | 227 | 0 | 56 | 44 | 7 | 533 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10010111 | 0 | 101110 | 100100 | 111 | 101011011 | 1001010 | 1000111 |
Color Harmonies of #EC8097
Complementary color
Monochromatic Colors of #EC8097
Black with #EC8097
Text Example
Text Example
White with #EC8097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8097; }
p { color: rgb(236,128,151); }
H1.HeaderClassName
{
color: #EC8097;
}
.AnyTagClassName
{
color: #EC8097;
}
</style>
background-color css
<style>
a { background-color: #EC8097; }
a { background-color: rgb(236,128,151); }
div.DivClassName
{
background-color: #EC8097;
}
.BgClassName
{
background-color: #EC8097;
}
</style>
border-color css
<style>
span { border-color: #EC8097; }
span { border-color: rgb(236,128,151); }
td.TdClassName
{
border-color: #EC8097;
}
.TagClassName
{
border-color: #EC8097;
}
</style>