Shades of Carissma #E0869F
Tints of Carissma #E0869F
RGB
CMYK
RGB Variations
Color information
#E0869F (or 0xE0869F) is known color: Carissma. HEX triplet: E0, 86 and 9F. RGB value is (224,134,159). Sum of RGB (Red+Green+Blue) = 224+134+159=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0869F is #1F7960. Grayscale: #A3A3A3. Windows color (decimal): -2062689 or 10454752. OLE color: 10454752.
HSL color Cylindrical-coordinate representation of color #E0869F: hue angle of 343.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0869F is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 159 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.12 |
| HSL | 343.33º | 0.59% | 0.7% | - |
| HSV(B) | 343.33º | 0.4% | 0.88% | - |
| XYZ | 45.52 | 35.4 | 37.23 | - |
| YUV | 163.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 159 | 0 | 0.40 | 0.29 | 0.12 | 343.33 | 0.59 | 0.7 |
| Hex | E0 | 86 | 9F | 0 | 28 | 1D | C | 157 | 3B | 46 |
| Octal | 340 | 206 | 237 | 0 | 50 | 35 | 14 | 527 | 73 | 106 |
| Binary | 11100000 | 10000110 | 10011111 | 0 | 101000 | 11101 | 1100 | 101010111 | 111011 | 1000110 |
Color Harmonies of #E0869F
Complementary color
Monochromatic Colors of #E0869F
Black with #E0869F
Text Example
Text Example
White with #E0869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0869F; }
p { color: rgb(224,134,159); }
H1.HeaderClassName
{
color: #E0869F;
}
.AnyTagClassName
{
color: #E0869F;
}
</style>
background-color css
<style>
a { background-color: #E0869F; }
a { background-color: rgb(224,134,159); }
div.DivClassName
{
background-color: #E0869F;
}
.BgClassName
{
background-color: #E0869F;
}
</style>
border-color css
<style>
span { border-color: #E0869F; }
span { border-color: rgb(224,134,159); }
td.TdClassName
{
border-color: #E0869F;
}
.TagClassName
{
border-color: #E0869F;
}
</style>