Shades of Carissma #E0808D
Tints of Carissma #E0808D
RGB
CMYK
RGB Variations
Color information
#E0808D (or 0xE0808D) is known color: Carissma. HEX triplet: E0, 80 and 8D. RGB value is (224,128,141). Sum of RGB (Red+Green+Blue) = 224+128+141=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0808D is #1F7F72. Grayscale: #9E9E9E. Windows color (decimal): -2064243 or 9273568. OLE color: 9273568.
HSL color Cylindrical-coordinate representation of color #E0808D: hue angle of 351.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0808D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 141 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.12 |
| HSL | 351.88º | 0.61% | 0.69% | - |
| HSV(B) | 351.88º | 0.43% | 0.88% | - |
| XYZ | 43.27 | 33.21 | 29.33 | - |
| YUV | 158.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 141 | 0 | 0.43 | 0.37 | 0.12 | 351.88 | 0.61 | 0.69 |
| Hex | E0 | 80 | 8D | 0 | 2B | 25 | C | 160 | 3D | 45 |
| Octal | 340 | 200 | 215 | 0 | 53 | 45 | 14 | 540 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10001101 | 0 | 101011 | 100101 | 1100 | 101100000 | 111101 | 1000101 |
Color Harmonies of #E0808D
Complementary color
Monochromatic Colors of #E0808D
Black with #E0808D
Text Example
Text Example
White with #E0808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0808D; }
p { color: rgb(224,128,141); }
H1.HeaderClassName
{
color: #E0808D;
}
.AnyTagClassName
{
color: #E0808D;
}
</style>
background-color css
<style>
a { background-color: #E0808D; }
a { background-color: rgb(224,128,141); }
div.DivClassName
{
background-color: #E0808D;
}
.BgClassName
{
background-color: #E0808D;
}
</style>
border-color css
<style>
span { border-color: #E0808D; }
span { border-color: rgb(224,128,141); }
td.TdClassName
{
border-color: #E0808D;
}
.TagClassName
{
border-color: #E0808D;
}
</style>