Shades of Carissma #E68891
Tints of Carissma #E68891
RGB
CMYK
RGB Variations
Color information
#E68891 (or 0xE68891) is known color: Carissma. HEX triplet: E6, 88 and 91. RGB value is (230,136,145). Sum of RGB (Red+Green+Blue) = 230+136+145=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E68891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68891 is #19776E. Grayscale: #A5A5A5. Windows color (decimal): -1668975 or 9537766. OLE color: 9537766.
HSL color Cylindrical-coordinate representation of color #E68891: hue angle of 354.26º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68891 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 145 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.10 |
| HSL | 354.26º | 0.65% | 0.72% | - |
| HSV(B) | 354.26º | 0.41% | 0.9% | - |
| XYZ | 46.55 | 36.48 | 31.38 | - |
| YUV | 165.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 145 | 0 | 0.41 | 0.37 | 0.10 | 354.26 | 0.65 | 0.72 |
| Hex | E6 | 88 | 91 | 0 | 29 | 25 | A | 162 | 41 | 48 |
| Octal | 346 | 210 | 221 | 0 | 51 | 45 | 12 | 542 | 101 | 110 |
| Binary | 11100110 | 10001000 | 10010001 | 0 | 101001 | 100101 | 1010 | 101100010 | 1000001 | 1001000 |
Color Harmonies of #E68891
Complementary color
Monochromatic Colors of #E68891
Black with #E68891
Text Example
Text Example
White with #E68891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68891; }
p { color: rgb(230,136,145); }
H1.HeaderClassName
{
color: #E68891;
}
.AnyTagClassName
{
color: #E68891;
}
</style>
background-color css
<style>
a { background-color: #E68891; }
a { background-color: rgb(230,136,145); }
div.DivClassName
{
background-color: #E68891;
}
.BgClassName
{
background-color: #E68891;
}
</style>
border-color css
<style>
span { border-color: #E68891; }
span { border-color: rgb(230,136,145); }
td.TdClassName
{
border-color: #E68891;
}
.TagClassName
{
border-color: #E68891;
}
</style>