Shades of Carissma #E08D9C
Tints of Carissma #E08D9C
RGB
CMYK
RGB Variations
Color information
#E08D9C (or 0xE08D9C) is known color: Carissma. HEX triplet: E0, 8D and 9C. RGB value is (224,141,156). Sum of RGB (Red+Green+Blue) = 224+141+156=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D9C is #1F7263. Grayscale: #A7A7A7. Windows color (decimal): -2060900 or 10259936. OLE color: 10259936.
HSL color Cylindrical-coordinate representation of color #E08D9C: hue angle of 349.16º 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 #E08D9C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 156 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.12 |
| HSL | 349.16º | 0.57% | 0.72% | - |
| HSV(B) | 349.16º | 0.37% | 0.88% | - |
| XYZ | 46.27 | 37.3 | 36.21 | - |
| YUV | 167.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 156 | 0 | 0.37 | 0.30 | 0.12 | 349.16 | 0.57 | 0.72 |
| Hex | E0 | 8D | 9C | 0 | 25 | 1E | C | 15D | 39 | 48 |
| Octal | 340 | 215 | 234 | 0 | 45 | 36 | 14 | 535 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10011100 | 0 | 100101 | 11110 | 1100 | 101011101 | 111001 | 1001000 |
Color Harmonies of #E08D9C
Complementary color
Monochromatic Colors of #E08D9C
Black with #E08D9C
Text Example
Text Example
White with #E08D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D9C; }
p { color: rgb(224,141,156); }
H1.HeaderClassName
{
color: #E08D9C;
}
.AnyTagClassName
{
color: #E08D9C;
}
</style>
background-color css
<style>
a { background-color: #E08D9C; }
a { background-color: rgb(224,141,156); }
div.DivClassName
{
background-color: #E08D9C;
}
.BgClassName
{
background-color: #E08D9C;
}
</style>
border-color css
<style>
span { border-color: #E08D9C; }
span { border-color: rgb(224,141,156); }
td.TdClassName
{
border-color: #E08D9C;
}
.TagClassName
{
border-color: #E08D9C;
}
</style>