Shades of Carissma #EC8190
Tints of Carissma #EC8190
RGB
CMYK
RGB Variations
Color information
#EC8190 (or 0xEC8190) is known color: Carissma. HEX triplet: EC, 81 and 90. RGB value is (236,129,144). Sum of RGB (Red+Green+Blue) = 236+129+144=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8190 is #137E6F. Grayscale: #A2A2A2. Windows color (decimal): -1277552 or 9470444. OLE color: 9470444.
HSL color Cylindrical-coordinate representation of color #EC8190: hue angle of 351.59º degrees, saturation: 0.74, 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 #EC8190 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 144 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.07 |
| HSL | 351.59º | 0.74% | 0.72% | - |
| HSV(B) | 351.59º | 0.45% | 0.93% | - |
| XYZ | 47.48 | 35.55 | 30.74 | - |
| YUV | 162.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 144 | 0 | 0.45 | 0.39 | 0.07 | 351.59 | 0.74 | 0.72 |
| Hex | EC | 81 | 90 | 0 | 2D | 27 | 7 | 160 | 4A | 48 |
| Octal | 354 | 201 | 220 | 0 | 55 | 47 | 7 | 540 | 112 | 110 |
| Binary | 11101100 | 10000001 | 10010000 | 0 | 101101 | 100111 | 111 | 101100000 | 1001010 | 1001000 |
Color Harmonies of #EC8190
Complementary color
Monochromatic Colors of #EC8190
Black with #EC8190
Text Example
Text Example
White with #EC8190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8190; }
p { color: rgb(236,129,144); }
H1.HeaderClassName
{
color: #EC8190;
}
.AnyTagClassName
{
color: #EC8190;
}
</style>
background-color css
<style>
a { background-color: #EC8190; }
a { background-color: rgb(236,129,144); }
div.DivClassName
{
background-color: #EC8190;
}
.BgClassName
{
background-color: #EC8190;
}
</style>
border-color css
<style>
span { border-color: #EC8190; }
span { border-color: rgb(236,129,144); }
td.TdClassName
{
border-color: #EC8190;
}
.TagClassName
{
border-color: #EC8190;
}
</style>