Shades of Carissma #E08088
Tints of Carissma #E08088
RGB
CMYK
RGB Variations
Color information
#E08088 (or 0xE08088) is known color: Carissma. HEX triplet: E0, 80 and 88. RGB value is (224,128,136). Sum of RGB (Red+Green+Blue) = 224+128+136=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E08088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08088 is #1F7F77. Grayscale: #9D9D9D. Windows color (decimal): -2064248 or 8945888. OLE color: 8945888.
HSL color Cylindrical-coordinate representation of color #E08088: hue angle of 355º 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 #E08088 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 136 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.12 |
| HSL | 355º | 0.61% | 0.69% | - |
| HSV(B) | 355º | 0.43% | 0.88% | - |
| XYZ | 42.9 | 33.06 | 27.41 | - |
| YUV | 157.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 136 | 0 | 0.43 | 0.39 | 0.12 | 355 | 0.61 | 0.69 |
| Hex | E0 | 80 | 88 | 0 | 2B | 27 | C | 163 | 3D | 45 |
| Octal | 340 | 200 | 210 | 0 | 53 | 47 | 14 | 543 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10001000 | 0 | 101011 | 100111 | 1100 | 101100011 | 111101 | 1000101 |
Color Harmonies of #E08088
Complementary color
Monochromatic Colors of #E08088
Black with #E08088
Text Example
Text Example
White with #E08088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08088; }
p { color: rgb(224,128,136); }
H1.HeaderClassName
{
color: #E08088;
}
.AnyTagClassName
{
color: #E08088;
}
</style>
background-color css
<style>
a { background-color: #E08088; }
a { background-color: rgb(224,128,136); }
div.DivClassName
{
background-color: #E08088;
}
.BgClassName
{
background-color: #E08088;
}
</style>
border-color css
<style>
span { border-color: #E08088; }
span { border-color: rgb(224,128,136); }
td.TdClassName
{
border-color: #E08088;
}
.TagClassName
{
border-color: #E08088;
}
</style>