Shades of Carissma #EC8692
Tints of Carissma #EC8692
RGB
CMYK
RGB Variations
Color information
#EC8692 (or 0xEC8692) is known color: Carissma. HEX triplet: EC, 86 and 92. RGB value is (236,134,146). Sum of RGB (Red+Green+Blue) = 236+134+146=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8692 is #13796D. Grayscale: #A5A5A5. Windows color (decimal): -1276270 or 9602796. OLE color: 9602796.
HSL color Cylindrical-coordinate representation of color #EC8692: hue angle of 352.94º degrees, saturation: 0.73, 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 #EC8692 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 146 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.07 |
| HSL | 352.94º | 0.73% | 0.73% | - |
| HSV(B) | 352.94º | 0.43% | 0.93% | - |
| XYZ | 48.31 | 36.96 | 31.78 | - |
| YUV | 165.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 146 | 0 | 0.43 | 0.38 | 0.07 | 352.94 | 0.73 | 0.73 |
| Hex | EC | 86 | 92 | 0 | 2B | 26 | 7 | 161 | 49 | 49 |
| Octal | 354 | 206 | 222 | 0 | 53 | 46 | 7 | 541 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10010010 | 0 | 101011 | 100110 | 111 | 101100001 | 1001001 | 1001001 |
Color Harmonies of #EC8692
Complementary color
Monochromatic Colors of #EC8692
Black with #EC8692
Text Example
Text Example
White with #EC8692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8692; }
p { color: rgb(236,134,146); }
H1.HeaderClassName
{
color: #EC8692;
}
.AnyTagClassName
{
color: #EC8692;
}
</style>
background-color css
<style>
a { background-color: #EC8692; }
a { background-color: rgb(236,134,146); }
div.DivClassName
{
background-color: #EC8692;
}
.BgClassName
{
background-color: #EC8692;
}
</style>
border-color css
<style>
span { border-color: #EC8692; }
span { border-color: rgb(236,134,146); }
td.TdClassName
{
border-color: #EC8692;
}
.TagClassName
{
border-color: #EC8692;
}
</style>