Shades of Carissma #EC8591
Tints of Carissma #EC8591
RGB
CMYK
RGB Variations
Color information
#EC8591 (or 0xEC8591) is known color: Carissma. HEX triplet: EC, 85 and 91. RGB value is (236,133,145). Sum of RGB (Red+Green+Blue) = 236+133+145=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8591 is #137A6E. Grayscale: #A5A5A5. Windows color (decimal): -1276527 or 9537004. OLE color: 9537004.
HSL color Cylindrical-coordinate representation of color #EC8591: hue angle of 353.01º 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 #EC8591 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 145 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.07 |
| HSL | 353.01º | 0.73% | 0.72% | - |
| HSV(B) | 353.01º | 0.44% | 0.93% | - |
| XYZ | 48.09 | 36.65 | 31.33 | - |
| YUV | 165.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 145 | 0 | 0.44 | 0.39 | 0.07 | 353.01 | 0.73 | 0.72 |
| Hex | EC | 85 | 91 | 0 | 2C | 27 | 7 | 161 | 49 | 48 |
| Octal | 354 | 205 | 221 | 0 | 54 | 47 | 7 | 541 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10010001 | 0 | 101100 | 100111 | 111 | 101100001 | 1001001 | 1001000 |
Color Harmonies of #EC8591
Complementary color
Monochromatic Colors of #EC8591
Black with #EC8591
Text Example
Text Example
White with #EC8591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8591; }
p { color: rgb(236,133,145); }
H1.HeaderClassName
{
color: #EC8591;
}
.AnyTagClassName
{
color: #EC8591;
}
</style>
background-color css
<style>
a { background-color: #EC8591; }
a { background-color: rgb(236,133,145); }
div.DivClassName
{
background-color: #EC8591;
}
.BgClassName
{
background-color: #EC8591;
}
</style>
border-color css
<style>
span { border-color: #EC8591; }
span { border-color: rgb(236,133,145); }
td.TdClassName
{
border-color: #EC8591;
}
.TagClassName
{
border-color: #EC8591;
}
</style>