Shades of Carissma #E88A9F
Tints of Carissma #E88A9F
RGB
CMYK
RGB Variations
Color information
#E88A9F (or 0xE88A9F) is known color: Carissma. HEX triplet: E8, 8A and 9F. RGB value is (232,138,159). Sum of RGB (Red+Green+Blue) = 232+138+159=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88A9F is #177560. Grayscale: #A8A8A8. Windows color (decimal): -1537377 or 10455784. OLE color: 10455784.
HSL color Cylindrical-coordinate representation of color #E88A9F: hue angle of 346.6º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88A9F is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 159 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.09 |
| HSL | 346.6º | 0.67% | 0.73% | - |
| HSV(B) | 346.6º | 0.41% | 0.91% | - |
| XYZ | 48.63 | 37.84 | 37.54 | - |
| YUV | 168.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 159 | 0 | 0.41 | 0.31 | 0.09 | 346.6 | 0.67 | 0.73 |
| Hex | E8 | 8A | 9F | 0 | 29 | 1F | 9 | 15B | 43 | 49 |
| Octal | 350 | 212 | 237 | 0 | 51 | 37 | 11 | 533 | 103 | 111 |
| Binary | 11101000 | 10001010 | 10011111 | 0 | 101001 | 11111 | 1001 | 101011011 | 1000011 | 1001001 |
Color Harmonies of #E88A9F
Complementary color
Monochromatic Colors of #E88A9F
Black with #E88A9F
Text Example
Text Example
White with #E88A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A9F; }
p { color: rgb(232,138,159); }
H1.HeaderClassName
{
color: #E88A9F;
}
.AnyTagClassName
{
color: #E88A9F;
}
</style>
background-color css
<style>
a { background-color: #E88A9F; }
a { background-color: rgb(232,138,159); }
div.DivClassName
{
background-color: #E88A9F;
}
.BgClassName
{
background-color: #E88A9F;
}
</style>
border-color css
<style>
span { border-color: #E88A9F; }
span { border-color: rgb(232,138,159); }
td.TdClassName
{
border-color: #E88A9F;
}
.TagClassName
{
border-color: #E88A9F;
}
</style>