Shades of Carissma #E08094
Tints of Carissma #E08094
RGB
CMYK
RGB Variations
Color information
#E08094 (or 0xE08094) is known color: Carissma. HEX triplet: E0, 80 and 94. RGB value is (224,128,148). Sum of RGB (Red+Green+Blue) = 224+128+148=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E08094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08094 is #1F7F6B. Grayscale: #9F9F9F. Windows color (decimal): -2064236 or 9732320. OLE color: 9732320.
HSL color Cylindrical-coordinate representation of color #E08094: hue angle of 347.5º 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 #E08094 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 148 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.12 |
| HSL | 347.5º | 0.61% | 0.69% | - |
| HSV(B) | 347.5º | 0.43% | 0.88% | - |
| XYZ | 43.8 | 33.42 | 32.16 | - |
| YUV | 158.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 148 | 0 | 0.43 | 0.34 | 0.12 | 347.5 | 0.61 | 0.69 |
| Hex | E0 | 80 | 94 | 0 | 2B | 22 | C | 15C | 3D | 45 |
| Octal | 340 | 200 | 224 | 0 | 53 | 42 | 14 | 534 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10010100 | 0 | 101011 | 100010 | 1100 | 101011100 | 111101 | 1000101 |
Color Harmonies of #E08094
Complementary color
Monochromatic Colors of #E08094
Black with #E08094
Text Example
Text Example
White with #E08094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08094; }
p { color: rgb(224,128,148); }
H1.HeaderClassName
{
color: #E08094;
}
.AnyTagClassName
{
color: #E08094;
}
</style>
background-color css
<style>
a { background-color: #E08094; }
a { background-color: rgb(224,128,148); }
div.DivClassName
{
background-color: #E08094;
}
.BgClassName
{
background-color: #E08094;
}
</style>
border-color css
<style>
span { border-color: #E08094; }
span { border-color: rgb(224,128,148); }
td.TdClassName
{
border-color: #E08094;
}
.TagClassName
{
border-color: #E08094;
}
</style>