Shades of Carissma #E0879D
Tints of Carissma #E0879D
RGB
CMYK
RGB Variations
Color information
#E0879D (or 0xE0879D) is known color: Carissma. HEX triplet: E0, 87 and 9D. RGB value is (224,135,157). Sum of RGB (Red+Green+Blue) = 224+135+157=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0879D is #1F7862. Grayscale: #A4A4A4. Windows color (decimal): -2062435 or 10323936. OLE color: 10323936.
HSL color Cylindrical-coordinate representation of color #E0879D: hue angle of 345.17º 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 #E0879D is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 157 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.12 |
| HSL | 345.17º | 0.59% | 0.7% | - |
| HSV(B) | 345.17º | 0.4% | 0.88% | - |
| XYZ | 45.49 | 35.61 | 36.37 | - |
| YUV | 164.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 157 | 0 | 0.40 | 0.30 | 0.12 | 345.17 | 0.59 | 0.7 |
| Hex | E0 | 87 | 9D | 0 | 28 | 1E | C | 159 | 3B | 46 |
| Octal | 340 | 207 | 235 | 0 | 50 | 36 | 14 | 531 | 73 | 106 |
| Binary | 11100000 | 10000111 | 10011101 | 0 | 101000 | 11110 | 1100 | 101011001 | 111011 | 1000110 |
Color Harmonies of #E0879D
Complementary color
Monochromatic Colors of #E0879D
Black with #E0879D
Text Example
Text Example
White with #E0879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0879D; }
p { color: rgb(224,135,157); }
H1.HeaderClassName
{
color: #E0879D;
}
.AnyTagClassName
{
color: #E0879D;
}
</style>
background-color css
<style>
a { background-color: #E0879D; }
a { background-color: rgb(224,135,157); }
div.DivClassName
{
background-color: #E0879D;
}
.BgClassName
{
background-color: #E0879D;
}
</style>
border-color css
<style>
span { border-color: #E0879D; }
span { border-color: rgb(224,135,157); }
td.TdClassName
{
border-color: #E0879D;
}
.TagClassName
{
border-color: #E0879D;
}
</style>