Shades of Carissma #E08D9D
Tints of Carissma #E08D9D
RGB
CMYK
RGB Variations
Color information
#E08D9D (or 0xE08D9D) is known color: Carissma. HEX triplet: E0, 8D and 9D. RGB value is (224,141,157). Sum of RGB (Red+Green+Blue) = 224+141+157=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D9D is #1F7262. Grayscale: #A7A7A7. Windows color (decimal): -2060899 or 10325472. OLE color: 10325472.
HSL color Cylindrical-coordinate representation of color #E08D9D: hue angle of 348.43º 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 #E08D9D is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 157 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.12 |
| HSL | 348.43º | 0.57% | 0.72% | - |
| HSV(B) | 348.43º | 0.37% | 0.88% | - |
| XYZ | 46.35 | 37.33 | 36.66 | - |
| YUV | 167.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 157 | 0 | 0.37 | 0.30 | 0.12 | 348.43 | 0.57 | 0.72 |
| Hex | E0 | 8D | 9D | 0 | 25 | 1E | C | 15C | 39 | 48 |
| Octal | 340 | 215 | 235 | 0 | 45 | 36 | 14 | 534 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10011101 | 0 | 100101 | 11110 | 1100 | 101011100 | 111001 | 1001000 |
Color Harmonies of #E08D9D
Complementary color
Monochromatic Colors of #E08D9D
Black with #E08D9D
Text Example
Text Example
White with #E08D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D9D; }
p { color: rgb(224,141,157); }
H1.HeaderClassName
{
color: #E08D9D;
}
.AnyTagClassName
{
color: #E08D9D;
}
</style>
background-color css
<style>
a { background-color: #E08D9D; }
a { background-color: rgb(224,141,157); }
div.DivClassName
{
background-color: #E08D9D;
}
.BgClassName
{
background-color: #E08D9D;
}
</style>
border-color css
<style>
span { border-color: #E08D9D; }
span { border-color: rgb(224,141,157); }
td.TdClassName
{
border-color: #E08D9D;
}
.TagClassName
{
border-color: #E08D9D;
}
</style>