Shades of Carissma #EC858B
Tints of Carissma #EC858B
RGB
CMYK
RGB Variations
Color information
#EC858B (or 0xEC858B) is known color: Carissma. HEX triplet: EC, 85 and 8B. RGB value is (236,133,139). Sum of RGB (Red+Green+Blue) = 236+133+139=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC858B is #137A74. Grayscale: #A4A4A4. Windows color (decimal): -1276533 or 9143788. OLE color: 9143788.
HSL color Cylindrical-coordinate representation of color #EC858B: hue angle of 356.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC858B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 139 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.07 |
| HSL | 356.5º | 0.73% | 0.72% | - |
| HSV(B) | 356.5º | 0.44% | 0.93% | - |
| XYZ | 47.64 | 36.47 | 28.96 | - |
| YUV | 164.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 139 | 0 | 0.44 | 0.41 | 0.07 | 356.5 | 0.73 | 0.72 |
| Hex | EC | 85 | 8B | 0 | 2C | 29 | 7 | 165 | 49 | 48 |
| Octal | 354 | 205 | 213 | 0 | 54 | 51 | 7 | 545 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10001011 | 0 | 101100 | 101001 | 111 | 101100101 | 1001001 | 1001000 |
Color Harmonies of #EC858B
Complementary color
Monochromatic Colors of #EC858B
Black with #EC858B
Text Example
Text Example
White with #EC858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC858B; }
p { color: rgb(236,133,139); }
H1.HeaderClassName
{
color: #EC858B;
}
.AnyTagClassName
{
color: #EC858B;
}
</style>
background-color css
<style>
a { background-color: #EC858B; }
a { background-color: rgb(236,133,139); }
div.DivClassName
{
background-color: #EC858B;
}
.BgClassName
{
background-color: #EC858B;
}
</style>
border-color css
<style>
span { border-color: #EC858B; }
span { border-color: rgb(236,133,139); }
td.TdClassName
{
border-color: #EC858B;
}
.TagClassName
{
border-color: #EC858B;
}
</style>