Shades of Carissma #E88A9D
Tints of Carissma #E88A9D
RGB
CMYK
RGB Variations
Color information
#E88A9D (or 0xE88A9D) is known color: Carissma. HEX triplet: E8, 8A and 9D. RGB value is (232,138,157). Sum of RGB (Red+Green+Blue) = 232+138+157=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88A9D is #177562. Grayscale: #A8A8A8. Windows color (decimal): -1537379 or 10324712. OLE color: 10324712.
HSL color Cylindrical-coordinate representation of color #E88A9D: hue angle of 347.87º 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 #E88A9D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 157 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.09 |
| HSL | 347.87º | 0.67% | 0.73% | - |
| HSV(B) | 347.87º | 0.41% | 0.91% | - |
| XYZ | 48.45 | 37.77 | 36.63 | - |
| YUV | 168.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 157 | 0 | 0.41 | 0.32 | 0.09 | 347.87 | 0.67 | 0.73 |
| Hex | E8 | 8A | 9D | 0 | 29 | 20 | 9 | 15C | 43 | 49 |
| Octal | 350 | 212 | 235 | 0 | 51 | 40 | 11 | 534 | 103 | 111 |
| Binary | 11101000 | 10001010 | 10011101 | 0 | 101001 | 100000 | 1001 | 101011100 | 1000011 | 1001001 |
Color Harmonies of #E88A9D
Complementary color
Monochromatic Colors of #E88A9D
Black with #E88A9D
Text Example
Text Example
White with #E88A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A9D; }
p { color: rgb(232,138,157); }
H1.HeaderClassName
{
color: #E88A9D;
}
.AnyTagClassName
{
color: #E88A9D;
}
</style>
background-color css
<style>
a { background-color: #E88A9D; }
a { background-color: rgb(232,138,157); }
div.DivClassName
{
background-color: #E88A9D;
}
.BgClassName
{
background-color: #E88A9D;
}
</style>
border-color css
<style>
span { border-color: #E88A9D; }
span { border-color: rgb(232,138,157); }
td.TdClassName
{
border-color: #E88A9D;
}
.TagClassName
{
border-color: #E88A9D;
}
</style>