Shades of Carissma #E08A8D
Tints of Carissma #E08A8D
RGB
CMYK
RGB Variations
Color information
#E08A8D (or 0xE08A8D) is known color: Carissma. HEX triplet: E0, 8A and 8D. RGB value is (224,138,141). Sum of RGB (Red+Green+Blue) = 224+138+141=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A8D is #1F7572. Grayscale: #A4A4A4. Windows color (decimal): -2061683 or 9276128. OLE color: 9276128.
HSL color Cylindrical-coordinate representation of color #E08A8D: hue angle of 357.91º 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 #E08A8D is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 141 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.12 |
| HSL | 357.91º | 0.58% | 0.71% | - |
| HSV(B) | 357.91º | 0.38% | 0.88% | - |
| XYZ | 44.64 | 35.95 | 29.79 | - |
| YUV | 164.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 141 | 0 | 0.38 | 0.37 | 0.12 | 357.91 | 0.58 | 0.71 |
| Hex | E0 | 8A | 8D | 0 | 26 | 25 | C | 166 | 3A | 47 |
| Octal | 340 | 212 | 215 | 0 | 46 | 45 | 14 | 546 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10001101 | 0 | 100110 | 100101 | 1100 | 101100110 | 111010 | 1000111 |
Color Harmonies of #E08A8D
Complementary color
Monochromatic Colors of #E08A8D
Black with #E08A8D
Text Example
Text Example
White with #E08A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A8D; }
p { color: rgb(224,138,141); }
H1.HeaderClassName
{
color: #E08A8D;
}
.AnyTagClassName
{
color: #E08A8D;
}
</style>
background-color css
<style>
a { background-color: #E08A8D; }
a { background-color: rgb(224,138,141); }
div.DivClassName
{
background-color: #E08A8D;
}
.BgClassName
{
background-color: #E08A8D;
}
</style>
border-color css
<style>
span { border-color: #E08A8D; }
span { border-color: rgb(224,138,141); }
td.TdClassName
{
border-color: #E08A8D;
}
.TagClassName
{
border-color: #E08A8D;
}
</style>