Shades of Carissma #E17D90
Tints of Carissma #E17D90
RGB
CMYK
RGB Variations
Color information
#E17D90 (or 0xE17D90) is known color: Carissma. HEX triplet: E1, 7D and 90. RGB value is (225,125,144). Sum of RGB (Red+Green+Blue) = 225+125+144=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17D90 is #1E826F. Grayscale: #9D9D9D. Windows color (decimal): -1999472 or 9469409. OLE color: 9469409.
HSL color Cylindrical-coordinate representation of color #E17D90: hue angle of 348.6º 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 #E17D90 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 144 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.12 |
| HSL | 348.6º | 0.63% | 0.69% | - |
| HSV(B) | 348.6º | 0.44% | 0.88% | - |
| XYZ | 43.42 | 32.69 | 30.41 | - |
| YUV | 157.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 144 | 0 | 0.44 | 0.36 | 0.12 | 348.6 | 0.63 | 0.69 |
| Hex | E1 | 7D | 90 | 0 | 2C | 24 | C | 15D | 3E | 45 |
| Octal | 341 | 175 | 220 | 0 | 54 | 44 | 14 | 535 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10010000 | 0 | 101100 | 100100 | 1100 | 101011101 | 111110 | 1000101 |
Color Harmonies of #E17D90
Complementary color
Monochromatic Colors of #E17D90
Black with #E17D90
Text Example
Text Example
White with #E17D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D90; }
p { color: rgb(225,125,144); }
H1.HeaderClassName
{
color: #E17D90;
}
.AnyTagClassName
{
color: #E17D90;
}
</style>
background-color css
<style>
a { background-color: #E17D90; }
a { background-color: rgb(225,125,144); }
div.DivClassName
{
background-color: #E17D90;
}
.BgClassName
{
background-color: #E17D90;
}
</style>
border-color css
<style>
span { border-color: #E17D90; }
span { border-color: rgb(225,125,144); }
td.TdClassName
{
border-color: #E17D90;
}
.TagClassName
{
border-color: #E17D90;
}
</style>