Shades of Carissma #E08B9E
Tints of Carissma #E08B9E
RGB
CMYK
RGB Variations
Color information
#E08B9E (or 0xE08B9E) is known color: Carissma. HEX triplet: E0, 8B and 9E. RGB value is (224,139,158). Sum of RGB (Red+Green+Blue) = 224+139+158=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B9E is #1F7461. Grayscale: #A6A6A6. Windows color (decimal): -2061410 or 10390496. OLE color: 10390496.
HSL color Cylindrical-coordinate representation of color #E08B9E: hue angle of 346.59º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08B9E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 158 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.12 |
| HSL | 346.59º | 0.58% | 0.71% | - |
| HSV(B) | 346.59º | 0.38% | 0.88% | - |
| XYZ | 46.14 | 36.78 | 37.02 | - |
| YUV | 166.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 158 | 0 | 0.38 | 0.29 | 0.12 | 346.59 | 0.58 | 0.71 |
| Hex | E0 | 8B | 9E | 0 | 26 | 1D | C | 15B | 3A | 47 |
| Octal | 340 | 213 | 236 | 0 | 46 | 35 | 14 | 533 | 72 | 107 |
| Binary | 11100000 | 10001011 | 10011110 | 0 | 100110 | 11101 | 1100 | 101011011 | 111010 | 1000111 |
Color Harmonies of #E08B9E
Complementary color
Monochromatic Colors of #E08B9E
Black with #E08B9E
Text Example
Text Example
White with #E08B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B9E; }
p { color: rgb(224,139,158); }
H1.HeaderClassName
{
color: #E08B9E;
}
.AnyTagClassName
{
color: #E08B9E;
}
</style>
background-color css
<style>
a { background-color: #E08B9E; }
a { background-color: rgb(224,139,158); }
div.DivClassName
{
background-color: #E08B9E;
}
.BgClassName
{
background-color: #E08B9E;
}
</style>
border-color css
<style>
span { border-color: #E08B9E; }
span { border-color: rgb(224,139,158); }
td.TdClassName
{
border-color: #E08B9E;
}
.TagClassName
{
border-color: #E08B9E;
}
</style>