Shades of Carissma #E08B9A
Tints of Carissma #E08B9A
RGB
CMYK
RGB Variations
Color information
#E08B9A (or 0xE08B9A) is known color: Carissma. HEX triplet: E0, 8B and 9A. RGB value is (224,139,154). Sum of RGB (Red+Green+Blue) = 224+139+154=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B9A is #1F7465. Grayscale: #A6A6A6. Windows color (decimal): -2061414 or 10128352. OLE color: 10128352.
HSL color Cylindrical-coordinate representation of color #E08B9A: hue angle of 349.41º 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 #E08B9A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 154 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.12 |
| HSL | 349.41º | 0.58% | 0.71% | - |
| HSV(B) | 349.41º | 0.38% | 0.88% | - |
| XYZ | 45.81 | 36.65 | 35.23 | - |
| YUV | 166.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 154 | 0 | 0.38 | 0.31 | 0.12 | 349.41 | 0.58 | 0.71 |
| Hex | E0 | 8B | 9A | 0 | 26 | 1F | C | 15D | 3A | 47 |
| Octal | 340 | 213 | 232 | 0 | 46 | 37 | 14 | 535 | 72 | 107 |
| Binary | 11100000 | 10001011 | 10011010 | 0 | 100110 | 11111 | 1100 | 101011101 | 111010 | 1000111 |
Color Harmonies of #E08B9A
Complementary color
Monochromatic Colors of #E08B9A
Black with #E08B9A
Text Example
Text Example
White with #E08B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B9A; }
p { color: rgb(224,139,154); }
H1.HeaderClassName
{
color: #E08B9A;
}
.AnyTagClassName
{
color: #E08B9A;
}
</style>
background-color css
<style>
a { background-color: #E08B9A; }
a { background-color: rgb(224,139,154); }
div.DivClassName
{
background-color: #E08B9A;
}
.BgClassName
{
background-color: #E08B9A;
}
</style>
border-color css
<style>
span { border-color: #E08B9A; }
span { border-color: rgb(224,139,154); }
td.TdClassName
{
border-color: #E08B9A;
}
.TagClassName
{
border-color: #E08B9A;
}
</style>