Shades of Carissma #E88594
Tints of Carissma #E88594
RGB
CMYK
RGB Variations
Color information
#E88594 (or 0xE88594) is known color: Carissma. HEX triplet: E8, 85 and 94. RGB value is (232,133,148). Sum of RGB (Red+Green+Blue) = 232+133+148=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E88594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88594 is #177A6B. Grayscale: #A4A4A4. Windows color (decimal): -1538668 or 9733608. OLE color: 9733608.
HSL color Cylindrical-coordinate representation of color #E88594: hue angle of 350.91º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E88594 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 148 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.09 |
| HSL | 350.91º | 0.68% | 0.72% | - |
| HSV(B) | 350.91º | 0.43% | 0.91% | - |
| XYZ | 47.01 | 36.07 | 32.5 | - |
| YUV | 164.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 148 | 0 | 0.43 | 0.36 | 0.09 | 350.91 | 0.68 | 0.72 |
| Hex | E8 | 85 | 94 | 0 | 2B | 24 | 9 | 15F | 44 | 48 |
| Octal | 350 | 205 | 224 | 0 | 53 | 44 | 11 | 537 | 104 | 110 |
| Binary | 11101000 | 10000101 | 10010100 | 0 | 101011 | 100100 | 1001 | 101011111 | 1000100 | 1001000 |
Color Harmonies of #E88594
Complementary color
Monochromatic Colors of #E88594
Black with #E88594
Text Example
Text Example
White with #E88594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88594; }
p { color: rgb(232,133,148); }
H1.HeaderClassName
{
color: #E88594;
}
.AnyTagClassName
{
color: #E88594;
}
</style>
background-color css
<style>
a { background-color: #E88594; }
a { background-color: rgb(232,133,148); }
div.DivClassName
{
background-color: #E88594;
}
.BgClassName
{
background-color: #E88594;
}
</style>
border-color css
<style>
span { border-color: #E88594; }
span { border-color: rgb(232,133,148); }
td.TdClassName
{
border-color: #E88594;
}
.TagClassName
{
border-color: #E88594;
}
</style>