Shades of Carissma #E08C8F
Tints of Carissma #E08C8F
RGB
CMYK
RGB Variations
Color information
#E08C8F (or 0xE08C8F) is known color: Carissma. HEX triplet: E0, 8C and 8F. RGB value is (224,140,143). Sum of RGB (Red+Green+Blue) = 224+140+143=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C8F is #1F7370. Grayscale: #A5A5A5. Windows color (decimal): -2061169 or 9407712. OLE color: 9407712.
HSL color Cylindrical-coordinate representation of color #E08C8F: hue angle of 357.86º 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 #E08C8F is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 143 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.12 |
| HSL | 357.86º | 0.58% | 0.71% | - |
| HSV(B) | 357.86º | 0.38% | 0.88% | - |
| XYZ | 45.08 | 36.59 | 30.67 | - |
| YUV | 165.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 143 | 0 | 0.38 | 0.36 | 0.12 | 357.86 | 0.58 | 0.71 |
| Hex | E0 | 8C | 8F | 0 | 26 | 24 | C | 166 | 3A | 47 |
| Octal | 340 | 214 | 217 | 0 | 46 | 44 | 14 | 546 | 72 | 107 |
| Binary | 11100000 | 10001100 | 10001111 | 0 | 100110 | 100100 | 1100 | 101100110 | 111010 | 1000111 |
Color Harmonies of #E08C8F
Complementary color
Monochromatic Colors of #E08C8F
Black with #E08C8F
Text Example
Text Example
White with #E08C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C8F; }
p { color: rgb(224,140,143); }
H1.HeaderClassName
{
color: #E08C8F;
}
.AnyTagClassName
{
color: #E08C8F;
}
</style>
background-color css
<style>
a { background-color: #E08C8F; }
a { background-color: rgb(224,140,143); }
div.DivClassName
{
background-color: #E08C8F;
}
.BgClassName
{
background-color: #E08C8F;
}
</style>
border-color css
<style>
span { border-color: #E08C8F; }
span { border-color: rgb(224,140,143); }
td.TdClassName
{
border-color: #E08C8F;
}
.TagClassName
{
border-color: #E08C8F;
}
</style>