Shades of Carissma #E17D99
Tints of Carissma #E17D99
RGB
CMYK
RGB Variations
Color information
#E17D99 (or 0xE17D99) is known color: Carissma. HEX triplet: E1, 7D and 99. RGB value is (225,125,153). Sum of RGB (Red+Green+Blue) = 225+125+153=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17D99 is #1E8266. Grayscale: #9E9E9E. Windows color (decimal): -1999463 or 10059233. OLE color: 10059233.
HSL color Cylindrical-coordinate representation of color #E17D99: hue angle of 343.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17D99 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 153 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.12 |
| HSL | 343.2º | 0.63% | 0.69% | - |
| HSV(B) | 343.2º | 0.44% | 0.88% | - |
| XYZ | 44.13 | 32.97 | 34.18 | - |
| YUV | 158.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 153 | 0 | 0.44 | 0.32 | 0.12 | 343.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | 99 | 0 | 2C | 20 | C | 157 | 3E | 45 |
| Octal | 341 | 175 | 231 | 0 | 54 | 40 | 14 | 527 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10011001 | 0 | 101100 | 100000 | 1100 | 101010111 | 111110 | 1000101 |
Color Harmonies of #E17D99
Complementary color
Monochromatic Colors of #E17D99
Black with #E17D99
Text Example
Text Example
White with #E17D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D99; }
p { color: rgb(225,125,153); }
H1.HeaderClassName
{
color: #E17D99;
}
.AnyTagClassName
{
color: #E17D99;
}
</style>
background-color css
<style>
a { background-color: #E17D99; }
a { background-color: rgb(225,125,153); }
div.DivClassName
{
background-color: #E17D99;
}
.BgClassName
{
background-color: #E17D99;
}
</style>
border-color css
<style>
span { border-color: #E17D99; }
span { border-color: rgb(225,125,153); }
td.TdClassName
{
border-color: #E17D99;
}
.TagClassName
{
border-color: #E17D99;
}
</style>