Shades of Carissma #EC8193
Tints of Carissma #EC8193
RGB
CMYK
RGB Variations
Color information
#EC8193 (or 0xEC8193) is known color: Carissma. HEX triplet: EC, 81 and 93. RGB value is (236,129,147). Sum of RGB (Red+Green+Blue) = 236+129+147=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8193 is #137E6C. Grayscale: #A3A3A3. Windows color (decimal): -1277549 or 9667052. OLE color: 9667052.
HSL color Cylindrical-coordinate representation of color #EC8193: hue angle of 349.91º 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 #EC8193 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 147 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.07 |
| HSL | 349.91º | 0.74% | 0.72% | - |
| HSV(B) | 349.91º | 0.45% | 0.93% | - |
| XYZ | 47.71 | 35.64 | 31.97 | - |
| YUV | 163.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 147 | 0 | 0.45 | 0.38 | 0.07 | 349.91 | 0.74 | 0.72 |
| Hex | EC | 81 | 93 | 0 | 2D | 26 | 7 | 15E | 4A | 48 |
| Octal | 354 | 201 | 223 | 0 | 55 | 46 | 7 | 536 | 112 | 110 |
| Binary | 11101100 | 10000001 | 10010011 | 0 | 101101 | 100110 | 111 | 101011110 | 1001010 | 1001000 |
Color Harmonies of #EC8193
Complementary color
Monochromatic Colors of #EC8193
Black with #EC8193
Text Example
Text Example
White with #EC8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8193; }
p { color: rgb(236,129,147); }
H1.HeaderClassName
{
color: #EC8193;
}
.AnyTagClassName
{
color: #EC8193;
}
</style>
background-color css
<style>
a { background-color: #EC8193; }
a { background-color: rgb(236,129,147); }
div.DivClassName
{
background-color: #EC8193;
}
.BgClassName
{
background-color: #EC8193;
}
</style>
border-color css
<style>
span { border-color: #EC8193; }
span { border-color: rgb(236,129,147); }
td.TdClassName
{
border-color: #EC8193;
}
.TagClassName
{
border-color: #EC8193;
}
</style>