Shades of Carissma #E08894
Tints of Carissma #E08894
RGB
CMYK
RGB Variations
Color information
#E08894 (or 0xE08894) is known color: Carissma. HEX triplet: E0, 88 and 94. RGB value is (224,136,148). Sum of RGB (Red+Green+Blue) = 224+136+148=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E08894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08894 is #1F776B. Grayscale: #A3A3A3. Windows color (decimal): -2062188 or 9734368. OLE color: 9734368.
HSL color Cylindrical-coordinate representation of color #E08894: hue angle of 351.82º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08894 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 148 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.12 |
| HSL | 351.82º | 0.59% | 0.71% | - |
| HSV(B) | 351.82º | 0.39% | 0.88% | - |
| XYZ | 44.89 | 35.59 | 32.52 | - |
| YUV | 163.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 148 | 0 | 0.39 | 0.34 | 0.12 | 351.82 | 0.59 | 0.71 |
| Hex | E0 | 88 | 94 | 0 | 27 | 22 | C | 160 | 3B | 47 |
| Octal | 340 | 210 | 224 | 0 | 47 | 42 | 14 | 540 | 73 | 107 |
| Binary | 11100000 | 10001000 | 10010100 | 0 | 100111 | 100010 | 1100 | 101100000 | 111011 | 1000111 |
Color Harmonies of #E08894
Complementary color
Monochromatic Colors of #E08894
Black with #E08894
Text Example
Text Example
White with #E08894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08894; }
p { color: rgb(224,136,148); }
H1.HeaderClassName
{
color: #E08894;
}
.AnyTagClassName
{
color: #E08894;
}
</style>
background-color css
<style>
a { background-color: #E08894; }
a { background-color: rgb(224,136,148); }
div.DivClassName
{
background-color: #E08894;
}
.BgClassName
{
background-color: #E08894;
}
</style>
border-color css
<style>
span { border-color: #E08894; }
span { border-color: rgb(224,136,148); }
td.TdClassName
{
border-color: #E08894;
}
.TagClassName
{
border-color: #E08894;
}
</style>