Shades of Carissma #E08A8F
Tints of Carissma #E08A8F
RGB
CMYK
RGB Variations
Color information
#E08A8F (or 0xE08A8F) is known color: Carissma. HEX triplet: E0, 8A and 8F. RGB value is (224,138,143). Sum of RGB (Red+Green+Blue) = 224+138+143=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A8F is #1F7570. Grayscale: #A4A4A4. Windows color (decimal): -2061681 or 9407200. OLE color: 9407200.
HSL color Cylindrical-coordinate representation of color #E08A8F: hue angle of 356.51º 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 #E08A8F is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 143 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.12 |
| HSL | 356.51º | 0.58% | 0.71% | - |
| HSV(B) | 356.51º | 0.38% | 0.88% | - |
| XYZ | 44.79 | 36.01 | 30.58 | - |
| YUV | 164.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 143 | 0 | 0.38 | 0.36 | 0.12 | 356.51 | 0.58 | 0.71 |
| Hex | E0 | 8A | 8F | 0 | 26 | 24 | C | 165 | 3A | 47 |
| Octal | 340 | 212 | 217 | 0 | 46 | 44 | 14 | 545 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10001111 | 0 | 100110 | 100100 | 1100 | 101100101 | 111010 | 1000111 |
Color Harmonies of #E08A8F
Complementary color
Monochromatic Colors of #E08A8F
Black with #E08A8F
Text Example
Text Example
White with #E08A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A8F; }
p { color: rgb(224,138,143); }
H1.HeaderClassName
{
color: #E08A8F;
}
.AnyTagClassName
{
color: #E08A8F;
}
</style>
background-color css
<style>
a { background-color: #E08A8F; }
a { background-color: rgb(224,138,143); }
div.DivClassName
{
background-color: #E08A8F;
}
.BgClassName
{
background-color: #E08A8F;
}
</style>
border-color css
<style>
span { border-color: #E08A8F; }
span { border-color: rgb(224,138,143); }
td.TdClassName
{
border-color: #E08A8F;
}
.TagClassName
{
border-color: #E08A8F;
}
</style>