Shades of Carissma #E18094
Tints of Carissma #E18094
RGB
CMYK
RGB Variations
Color information
#E18094 (or 0xE18094) is known color: Carissma. HEX triplet: E1, 80 and 94. RGB value is (225,128,148). Sum of RGB (Red+Green+Blue) = 225+128+148=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E18094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18094 is #1E7F6B. Grayscale: #9F9F9F. Windows color (decimal): -1998700 or 9732321. OLE color: 9732321.
HSL color Cylindrical-coordinate representation of color #E18094: hue angle of 347.63º degrees, saturation: 0.62, 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 #E18094 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 148 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.12 |
| HSL | 347.63º | 0.62% | 0.69% | - |
| HSV(B) | 347.63º | 0.43% | 0.88% | - |
| XYZ | 44.12 | 33.58 | 32.17 | - |
| YUV | 159.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 148 | 0 | 0.43 | 0.34 | 0.12 | 347.63 | 0.62 | 0.69 |
| Hex | E1 | 80 | 94 | 0 | 2B | 22 | C | 15C | 3E | 45 |
| Octal | 341 | 200 | 224 | 0 | 53 | 42 | 14 | 534 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10010100 | 0 | 101011 | 100010 | 1100 | 101011100 | 111110 | 1000101 |
Color Harmonies of #E18094
Complementary color
Monochromatic Colors of #E18094
Black with #E18094
Text Example
Text Example
White with #E18094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18094; }
p { color: rgb(225,128,148); }
H1.HeaderClassName
{
color: #E18094;
}
.AnyTagClassName
{
color: #E18094;
}
</style>
background-color css
<style>
a { background-color: #E18094; }
a { background-color: rgb(225,128,148); }
div.DivClassName
{
background-color: #E18094;
}
.BgClassName
{
background-color: #E18094;
}
</style>
border-color css
<style>
span { border-color: #E18094; }
span { border-color: rgb(225,128,148); }
td.TdClassName
{
border-color: #E18094;
}
.TagClassName
{
border-color: #E18094;
}
</style>