Shades of Carissma #EC7A91
Tints of Carissma #EC7A91
RGB
CMYK
RGB Variations
Color information
#EC7A91 (or 0xEC7A91) is known color: Carissma. HEX triplet: EC, 7A and 91. RGB value is (236,122,145). Sum of RGB (Red+Green+Blue) = 236+122+145=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7A91 is #13856E. Grayscale: #9E9E9E. Windows color (decimal): -1279343 or 9534188. OLE color: 9534188.
HSL color Cylindrical-coordinate representation of color #EC7A91: hue angle of 347.89º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7A91 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 145 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.07 |
| HSL | 347.89º | 0.75% | 0.7% | - |
| HSV(B) | 347.89º | 0.48% | 0.93% | - |
| XYZ | 46.66 | 33.8 | 30.85 | - |
| YUV | 158.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 145 | 0 | 0.48 | 0.39 | 0.07 | 347.89 | 0.75 | 0.7 |
| Hex | EC | 7A | 91 | 0 | 30 | 27 | 7 | 15C | 4B | 46 |
| Octal | 354 | 172 | 221 | 0 | 60 | 47 | 7 | 534 | 113 | 106 |
| Binary | 11101100 | 1111010 | 10010001 | 0 | 110000 | 100111 | 111 | 101011100 | 1001011 | 1000110 |
Color Harmonies of #EC7A91
Complementary color
Monochromatic Colors of #EC7A91
Black with #EC7A91
Text Example
Text Example
White with #EC7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A91; }
p { color: rgb(236,122,145); }
H1.HeaderClassName
{
color: #EC7A91;
}
.AnyTagClassName
{
color: #EC7A91;
}
</style>
background-color css
<style>
a { background-color: #EC7A91; }
a { background-color: rgb(236,122,145); }
div.DivClassName
{
background-color: #EC7A91;
}
.BgClassName
{
background-color: #EC7A91;
}
</style>
border-color css
<style>
span { border-color: #EC7A91; }
span { border-color: rgb(236,122,145); }
td.TdClassName
{
border-color: #EC7A91;
}
.TagClassName
{
border-color: #EC7A91;
}
</style>