Shades of Carissma #E08D94
Tints of Carissma #E08D94
RGB
CMYK
RGB Variations
Color information
#E08D94 (or 0xE08D94) is known color: Carissma. HEX triplet: E0, 8D and 94. RGB value is (224,141,148). Sum of RGB (Red+Green+Blue) = 224+141+148=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D94 is #1F726B. Grayscale: #A6A6A6. Windows color (decimal): -2060908 or 9735648. OLE color: 9735648.
HSL color Cylindrical-coordinate representation of color #E08D94: hue angle of 354.94º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08D94 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 148 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.12 |
| HSL | 354.94º | 0.57% | 0.72% | - |
| HSV(B) | 354.94º | 0.37% | 0.88% | - |
| XYZ | 45.61 | 37.04 | 32.76 | - |
| YUV | 166.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 148 | 0 | 0.37 | 0.34 | 0.12 | 354.94 | 0.57 | 0.72 |
| Hex | E0 | 8D | 94 | 0 | 25 | 22 | C | 163 | 39 | 48 |
| Octal | 340 | 215 | 224 | 0 | 45 | 42 | 14 | 543 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10010100 | 0 | 100101 | 100010 | 1100 | 101100011 | 111001 | 1001000 |
Color Harmonies of #E08D94
Complementary color
Monochromatic Colors of #E08D94
Black with #E08D94
Text Example
Text Example
White with #E08D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D94; }
p { color: rgb(224,141,148); }
H1.HeaderClassName
{
color: #E08D94;
}
.AnyTagClassName
{
color: #E08D94;
}
</style>
background-color css
<style>
a { background-color: #E08D94; }
a { background-color: rgb(224,141,148); }
div.DivClassName
{
background-color: #E08D94;
}
.BgClassName
{
background-color: #E08D94;
}
</style>
border-color css
<style>
span { border-color: #E08D94; }
span { border-color: rgb(224,141,148); }
td.TdClassName
{
border-color: #E08D94;
}
.TagClassName
{
border-color: #E08D94;
}
</style>