Shades of Carissma #E68991
Tints of Carissma #E68991
RGB
CMYK
RGB Variations
Color information
#E68991 (or 0xE68991) is known color: Carissma. HEX triplet: E6, 89 and 91. RGB value is (230,137,145). Sum of RGB (Red+Green+Blue) = 230+137+145=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E68991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68991 is #19766E. Grayscale: #A5A5A5. Windows color (decimal): -1668719 or 9538022. OLE color: 9538022.
HSL color Cylindrical-coordinate representation of color #E68991: hue angle of 354.84º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68991 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 145 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.10 |
| HSL | 354.84º | 0.65% | 0.72% | - |
| HSV(B) | 354.84º | 0.4% | 0.9% | - |
| XYZ | 46.69 | 36.76 | 31.42 | - |
| YUV | 165.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 145 | 0 | 0.40 | 0.37 | 0.10 | 354.84 | 0.65 | 0.72 |
| Hex | E6 | 89 | 91 | 0 | 28 | 25 | A | 163 | 41 | 48 |
| Octal | 346 | 211 | 221 | 0 | 50 | 45 | 12 | 543 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10010001 | 0 | 101000 | 100101 | 1010 | 101100011 | 1000001 | 1001000 |
Color Harmonies of #E68991
Complementary color
Monochromatic Colors of #E68991
Black with #E68991
Text Example
Text Example
White with #E68991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68991; }
p { color: rgb(230,137,145); }
H1.HeaderClassName
{
color: #E68991;
}
.AnyTagClassName
{
color: #E68991;
}
</style>
background-color css
<style>
a { background-color: #E68991; }
a { background-color: rgb(230,137,145); }
div.DivClassName
{
background-color: #E68991;
}
.BgClassName
{
background-color: #E68991;
}
</style>
border-color css
<style>
span { border-color: #E68991; }
span { border-color: rgb(230,137,145); }
td.TdClassName
{
border-color: #E68991;
}
.TagClassName
{
border-color: #E68991;
}
</style>