Shades of Carissma #E788A0
Tints of Carissma #E788A0
RGB
CMYK
RGB Variations
Color information
#E788A0 (or 0xE788A0) is known color: Carissma. HEX triplet: E7, 88 and A0. RGB value is (231,136,160). Sum of RGB (Red+Green+Blue) = 231+136+160=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E788A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E788A0 is #18775F. Grayscale: #A7A7A7. Windows color (decimal): -1603424 or 10520807. OLE color: 10520807.
HSL color Cylindrical-coordinate representation of color #E788A0: hue angle of 344.84º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E788A0 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 160 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.09 |
| HSL | 344.84º | 0.66% | 0.72% | - |
| HSV(B) | 344.84º | 0.41% | 0.91% | - |
| XYZ | 48.1 | 37.14 | 37.89 | - |
| YUV | 167.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 160 | 0 | 0.41 | 0.31 | 0.09 | 344.84 | 0.66 | 0.72 |
| Hex | E7 | 88 | A0 | 0 | 29 | 1F | 9 | 159 | 42 | 48 |
| Octal | 347 | 210 | 240 | 0 | 51 | 37 | 11 | 531 | 102 | 110 |
| Binary | 11100111 | 10001000 | 10100000 | 0 | 101001 | 11111 | 1001 | 101011001 | 1000010 | 1001000 |
Color Harmonies of #E788A0
Complementary color
Monochromatic Colors of #E788A0
Black with #E788A0
Text Example
Text Example
White with #E788A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788A0; }
p { color: rgb(231,136,160); }
H1.HeaderClassName
{
color: #E788A0;
}
.AnyTagClassName
{
color: #E788A0;
}
</style>
background-color css
<style>
a { background-color: #E788A0; }
a { background-color: rgb(231,136,160); }
div.DivClassName
{
background-color: #E788A0;
}
.BgClassName
{
background-color: #E788A0;
}
</style>
border-color css
<style>
span { border-color: #E788A0; }
span { border-color: rgb(231,136,160); }
td.TdClassName
{
border-color: #E788A0;
}
.TagClassName
{
border-color: #E788A0;
}
</style>