Shades of Carissma #E08A8B
Tints of Carissma #E08A8B
RGB
CMYK
RGB Variations
Color information
#E08A8B (or 0xE08A8B) is known color: Carissma. HEX triplet: E0, 8A and 8B. RGB value is (224,138,139). Sum of RGB (Red+Green+Blue) = 224+138+139=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A8B is #1F7574. Grayscale: #A3A3A3. Windows color (decimal): -2061685 or 9145056. OLE color: 9145056.
HSL color Cylindrical-coordinate representation of color #E08A8B: hue angle of 359.3º 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 #E08A8B is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 139 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.12 |
| HSL | 359.3º | 0.58% | 0.71% | - |
| HSV(B) | 359.3º | 0.38% | 0.88% | - |
| XYZ | 44.49 | 35.89 | 29.01 | - |
| YUV | 163.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 139 | 0 | 0.38 | 0.38 | 0.12 | 359.3 | 0.58 | 0.71 |
| Hex | E0 | 8A | 8B | 0 | 26 | 26 | C | 167 | 3A | 47 |
| Octal | 340 | 212 | 213 | 0 | 46 | 46 | 14 | 547 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10001011 | 0 | 100110 | 100110 | 1100 | 101100111 | 111010 | 1000111 |
Color Harmonies of #E08A8B
Complementary color
Monochromatic Colors of #E08A8B
Black with #E08A8B
Text Example
Text Example
White with #E08A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A8B; }
p { color: rgb(224,138,139); }
H1.HeaderClassName
{
color: #E08A8B;
}
.AnyTagClassName
{
color: #E08A8B;
}
</style>
background-color css
<style>
a { background-color: #E08A8B; }
a { background-color: rgb(224,138,139); }
div.DivClassName
{
background-color: #E08A8B;
}
.BgClassName
{
background-color: #E08A8B;
}
</style>
border-color css
<style>
span { border-color: #E08A8B; }
span { border-color: rgb(224,138,139); }
td.TdClassName
{
border-color: #E08A8B;
}
.TagClassName
{
border-color: #E08A8B;
}
</style>