Shades of Carissma #EC7E91
Tints of Carissma #EC7E91
RGB
CMYK
RGB Variations
Color information
#EC7E91 (or 0xEC7E91) is known color: Carissma. HEX triplet: EC, 7E and 91. RGB value is (236,126,145). Sum of RGB (Red+Green+Blue) = 236+126+145=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E91 is #13816E. Grayscale: #A1A1A1. Windows color (decimal): -1278319 or 9535212. OLE color: 9535212.
HSL color Cylindrical-coordinate representation of color #EC7E91: hue angle of 349.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7E91 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 145 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.07 |
| HSL | 349.64º | 0.74% | 0.71% | - |
| HSV(B) | 349.64º | 0.47% | 0.93% | - |
| XYZ | 47.16 | 34.8 | 31.02 | - |
| YUV | 161.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 145 | 0 | 0.47 | 0.39 | 0.07 | 349.64 | 0.74 | 0.71 |
| Hex | EC | 7E | 91 | 0 | 2F | 27 | 7 | 15E | 4A | 47 |
| Octal | 354 | 176 | 221 | 0 | 57 | 47 | 7 | 536 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10010001 | 0 | 101111 | 100111 | 111 | 101011110 | 1001010 | 1000111 |
Color Harmonies of #EC7E91
Complementary color
Monochromatic Colors of #EC7E91
Black with #EC7E91
Text Example
Text Example
White with #EC7E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E91; }
p { color: rgb(236,126,145); }
H1.HeaderClassName
{
color: #EC7E91;
}
.AnyTagClassName
{
color: #EC7E91;
}
</style>
background-color css
<style>
a { background-color: #EC7E91; }
a { background-color: rgb(236,126,145); }
div.DivClassName
{
background-color: #EC7E91;
}
.BgClassName
{
background-color: #EC7E91;
}
</style>
border-color css
<style>
span { border-color: #EC7E91; }
span { border-color: rgb(236,126,145); }
td.TdClassName
{
border-color: #EC7E91;
}
.TagClassName
{
border-color: #EC7E91;
}
</style>