Shades of Carissma #E17D94
Tints of Carissma #E17D94
RGB
CMYK
RGB Variations
Color information
#E17D94 (or 0xE17D94) is known color: Carissma. HEX triplet: E1, 7D and 94. RGB value is (225,125,148). Sum of RGB (Red+Green+Blue) = 225+125+148=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17D94 is #1E826B. Grayscale: #9D9D9D. Windows color (decimal): -1999468 or 9731553. OLE color: 9731553.
HSL color Cylindrical-coordinate representation of color #E17D94: hue angle of 346.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 #E17D94 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 148 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.12 |
| HSL | 346.2º | 0.63% | 0.69% | - |
| HSV(B) | 346.2º | 0.44% | 0.88% | - |
| XYZ | 43.73 | 32.81 | 32.05 | - |
| YUV | 157.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 148 | 0 | 0.44 | 0.34 | 0.12 | 346.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | 94 | 0 | 2C | 22 | C | 15A | 3E | 45 |
| Octal | 341 | 175 | 224 | 0 | 54 | 42 | 14 | 532 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10010100 | 0 | 101100 | 100010 | 1100 | 101011010 | 111110 | 1000101 |
Color Harmonies of #E17D94
Complementary color
Monochromatic Colors of #E17D94
Black with #E17D94
Text Example
Text Example
White with #E17D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D94; }
p { color: rgb(225,125,148); }
H1.HeaderClassName
{
color: #E17D94;
}
.AnyTagClassName
{
color: #E17D94;
}
</style>
background-color css
<style>
a { background-color: #E17D94; }
a { background-color: rgb(225,125,148); }
div.DivClassName
{
background-color: #E17D94;
}
.BgClassName
{
background-color: #E17D94;
}
</style>
border-color css
<style>
span { border-color: #E17D94; }
span { border-color: rgb(225,125,148); }
td.TdClassName
{
border-color: #E17D94;
}
.TagClassName
{
border-color: #E17D94;
}
</style>