Shades of Carissma #E0808A
Tints of Carissma #E0808A
RGB
CMYK
RGB Variations
Color information
#E0808A (or 0xE0808A) is known color: Carissma. HEX triplet: E0, 80 and 8A. RGB value is (224,128,138). Sum of RGB (Red+Green+Blue) = 224+128+138=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0808A is #1F7F75. Grayscale: #9D9D9D. Windows color (decimal): -2064246 or 9076960. OLE color: 9076960.
HSL color Cylindrical-coordinate representation of color #E0808A: hue angle of 353.75º 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 #E0808A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 138 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.12 |
| HSL | 353.75º | 0.61% | 0.69% | - |
| HSV(B) | 353.75º | 0.43% | 0.88% | - |
| XYZ | 43.05 | 33.12 | 28.17 | - |
| YUV | 157.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 138 | 0 | 0.43 | 0.38 | 0.12 | 353.75 | 0.61 | 0.69 |
| Hex | E0 | 80 | 8A | 0 | 2B | 26 | C | 162 | 3D | 45 |
| Octal | 340 | 200 | 212 | 0 | 53 | 46 | 14 | 542 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10001010 | 0 | 101011 | 100110 | 1100 | 101100010 | 111101 | 1000101 |
Color Harmonies of #E0808A
Complementary color
Monochromatic Colors of #E0808A
Black with #E0808A
Text Example
Text Example
White with #E0808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0808A; }
p { color: rgb(224,128,138); }
H1.HeaderClassName
{
color: #E0808A;
}
.AnyTagClassName
{
color: #E0808A;
}
</style>
background-color css
<style>
a { background-color: #E0808A; }
a { background-color: rgb(224,128,138); }
div.DivClassName
{
background-color: #E0808A;
}
.BgClassName
{
background-color: #E0808A;
}
</style>
border-color css
<style>
span { border-color: #E0808A; }
span { border-color: rgb(224,128,138); }
td.TdClassName
{
border-color: #E0808A;
}
.TagClassName
{
border-color: #E0808A;
}
</style>