Shades of Carissma #E08A8E
Tints of Carissma #E08A8E
RGB
CMYK
RGB Variations
Color information
#E08A8E (or 0xE08A8E) is known color: Carissma. HEX triplet: E0, 8A and 8E. RGB value is (224,138,142). Sum of RGB (Red+Green+Blue) = 224+138+142=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A8E is #1F7571. Grayscale: #A4A4A4. Windows color (decimal): -2061682 or 9341664. OLE color: 9341664.
HSL color Cylindrical-coordinate representation of color #E08A8E: hue angle of 357.21º 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 #E08A8E is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 142 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.12 |
| HSL | 357.21º | 0.58% | 0.71% | - |
| HSV(B) | 357.21º | 0.38% | 0.88% | - |
| XYZ | 44.71 | 35.98 | 30.18 | - |
| YUV | 164.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 142 | 0 | 0.38 | 0.37 | 0.12 | 357.21 | 0.58 | 0.71 |
| Hex | E0 | 8A | 8E | 0 | 26 | 25 | C | 165 | 3A | 47 |
| Octal | 340 | 212 | 216 | 0 | 46 | 45 | 14 | 545 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10001110 | 0 | 100110 | 100101 | 1100 | 101100101 | 111010 | 1000111 |
Color Harmonies of #E08A8E
Complementary color
Monochromatic Colors of #E08A8E
Black with #E08A8E
Text Example
Text Example
White with #E08A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A8E; }
p { color: rgb(224,138,142); }
H1.HeaderClassName
{
color: #E08A8E;
}
.AnyTagClassName
{
color: #E08A8E;
}
</style>
background-color css
<style>
a { background-color: #E08A8E; }
a { background-color: rgb(224,138,142); }
div.DivClassName
{
background-color: #E08A8E;
}
.BgClassName
{
background-color: #E08A8E;
}
</style>
border-color css
<style>
span { border-color: #E08A8E; }
span { border-color: rgb(224,138,142); }
td.TdClassName
{
border-color: #E08A8E;
}
.TagClassName
{
border-color: #E08A8E;
}
</style>