Shades of Carissma #EC868A
Tints of Carissma #EC868A
RGB
CMYK
RGB Variations
Color information
#EC868A (or 0xEC868A) is known color: Carissma. HEX triplet: EC, 86 and 8A. RGB value is (236,134,138). Sum of RGB (Red+Green+Blue) = 236+134+138=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC868A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC868A is #137975. Grayscale: #A5A5A5. Windows color (decimal): -1276278 or 9078508. OLE color: 9078508.
HSL color Cylindrical-coordinate representation of color #EC868A: hue angle of 357.65º 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 #EC868A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 138 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.07 |
| HSL | 357.65º | 0.73% | 0.73% | - |
| HSV(B) | 357.65º | 0.43% | 0.93% | - |
| XYZ | 47.7 | 36.72 | 28.62 | - |
| YUV | 164.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 138 | 0 | 0.43 | 0.42 | 0.07 | 357.65 | 0.73 | 0.73 |
| Hex | EC | 86 | 8A | 0 | 2B | 2A | 7 | 166 | 49 | 49 |
| Octal | 354 | 206 | 212 | 0 | 53 | 52 | 7 | 546 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10001010 | 0 | 101011 | 101010 | 111 | 101100110 | 1001001 | 1001001 |
Color Harmonies of #EC868A
Complementary color
Monochromatic Colors of #EC868A
Black with #EC868A
Text Example
Text Example
White with #EC868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC868A; }
p { color: rgb(236,134,138); }
H1.HeaderClassName
{
color: #EC868A;
}
.AnyTagClassName
{
color: #EC868A;
}
</style>
background-color css
<style>
a { background-color: #EC868A; }
a { background-color: rgb(236,134,138); }
div.DivClassName
{
background-color: #EC868A;
}
.BgClassName
{
background-color: #EC868A;
}
</style>
border-color css
<style>
span { border-color: #EC868A; }
span { border-color: rgb(236,134,138); }
td.TdClassName
{
border-color: #EC868A;
}
.TagClassName
{
border-color: #EC868A;
}
</style>