Shades of Carissma #E08A98
Tints of Carissma #E08A98
RGB
CMYK
RGB Variations
Color information
#E08A98 (or 0xE08A98) is known color: Carissma. HEX triplet: E0, 8A and 98. RGB value is (224,138,152). Sum of RGB (Red+Green+Blue) = 224+138+152=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A98 is #1F7567. Grayscale: #A5A5A5. Windows color (decimal): -2061672 or 9997024. OLE color: 9997024.
HSL color Cylindrical-coordinate representation of color #E08A98: hue angle of 350.23º 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 #E08A98 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 152 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.12 |
| HSL | 350.23º | 0.58% | 0.71% | - |
| HSV(B) | 350.23º | 0.38% | 0.88% | - |
| XYZ | 45.5 | 36.29 | 34.31 | - |
| YUV | 165.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 152 | 0 | 0.38 | 0.32 | 0.12 | 350.23 | 0.58 | 0.71 |
| Hex | E0 | 8A | 98 | 0 | 26 | 20 | C | 15E | 3A | 47 |
| Octal | 340 | 212 | 230 | 0 | 46 | 40 | 14 | 536 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10011000 | 0 | 100110 | 100000 | 1100 | 101011110 | 111010 | 1000111 |
Color Harmonies of #E08A98
Complementary color
Monochromatic Colors of #E08A98
Black with #E08A98
Text Example
Text Example
White with #E08A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A98; }
p { color: rgb(224,138,152); }
H1.HeaderClassName
{
color: #E08A98;
}
.AnyTagClassName
{
color: #E08A98;
}
</style>
background-color css
<style>
a { background-color: #E08A98; }
a { background-color: rgb(224,138,152); }
div.DivClassName
{
background-color: #E08A98;
}
.BgClassName
{
background-color: #E08A98;
}
</style>
border-color css
<style>
span { border-color: #E08A98; }
span { border-color: rgb(224,138,152); }
td.TdClassName
{
border-color: #E08A98;
}
.TagClassName
{
border-color: #E08A98;
}
</style>