Shades of Carissma #E08098
Tints of Carissma #E08098
RGB
CMYK
RGB Variations
Color information
#E08098 (or 0xE08098) is known color: Carissma. HEX triplet: E0, 80 and 98. RGB value is (224,128,152). Sum of RGB (Red+Green+Blue) = 224+128+152=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E08098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08098 is #1F7F67. Grayscale: #9F9F9F. Windows color (decimal): -2064232 or 9994464. OLE color: 9994464.
HSL color Cylindrical-coordinate representation of color #E08098: hue angle of 345º 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 #E08098 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 152 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.12 |
| HSL | 345º | 0.61% | 0.69% | - |
| HSV(B) | 345º | 0.43% | 0.88% | - |
| XYZ | 44.13 | 33.55 | 33.86 | - |
| YUV | 159.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 152 | 0 | 0.43 | 0.32 | 0.12 | 345 | 0.61 | 0.69 |
| Hex | E0 | 80 | 98 | 0 | 2B | 20 | C | 159 | 3D | 45 |
| Octal | 340 | 200 | 230 | 0 | 53 | 40 | 14 | 531 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10011000 | 0 | 101011 | 100000 | 1100 | 101011001 | 111101 | 1000101 |
Color Harmonies of #E08098
Complementary color
Monochromatic Colors of #E08098
Black with #E08098
Text Example
Text Example
White with #E08098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08098; }
p { color: rgb(224,128,152); }
H1.HeaderClassName
{
color: #E08098;
}
.AnyTagClassName
{
color: #E08098;
}
</style>
background-color css
<style>
a { background-color: #E08098; }
a { background-color: rgb(224,128,152); }
div.DivClassName
{
background-color: #E08098;
}
.BgClassName
{
background-color: #E08098;
}
</style>
border-color css
<style>
span { border-color: #E08098; }
span { border-color: rgb(224,128,152); }
td.TdClassName
{
border-color: #E08098;
}
.TagClassName
{
border-color: #E08098;
}
</style>