Shades of Carissma #E17A90
Tints of Carissma #E17A90
RGB
CMYK
RGB Variations
Color information
#E17A90 (or 0xE17A90) is known color: Carissma. HEX triplet: E1, 7A and 90. RGB value is (225,122,144). Sum of RGB (Red+Green+Blue) = 225+122+144=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A90 is #1E856F. Grayscale: #9B9B9B. Windows color (decimal): -2000240 or 9468641. OLE color: 9468641.
HSL color Cylindrical-coordinate representation of color #E17A90: hue angle of 347.18º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17A90 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 144 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.12 |
| HSL | 347.18º | 0.63% | 0.68% | - |
| HSV(B) | 347.18º | 0.46% | 0.88% | - |
| XYZ | 43.04 | 31.94 | 30.28 | - |
| YUV | 155.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 144 | 0 | 0.46 | 0.36 | 0.12 | 347.18 | 0.63 | 0.68 |
| Hex | E1 | 7A | 90 | 0 | 2E | 24 | C | 15B | 3F | 44 |
| Octal | 341 | 172 | 220 | 0 | 56 | 44 | 14 | 533 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10010000 | 0 | 101110 | 100100 | 1100 | 101011011 | 111111 | 1000100 |
Color Harmonies of #E17A90
Complementary color
Monochromatic Colors of #E17A90
Black with #E17A90
Text Example
Text Example
White with #E17A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A90; }
p { color: rgb(225,122,144); }
H1.HeaderClassName
{
color: #E17A90;
}
.AnyTagClassName
{
color: #E17A90;
}
</style>
background-color css
<style>
a { background-color: #E17A90; }
a { background-color: rgb(225,122,144); }
div.DivClassName
{
background-color: #E17A90;
}
.BgClassName
{
background-color: #E17A90;
}
</style>
border-color css
<style>
span { border-color: #E17A90; }
span { border-color: rgb(225,122,144); }
td.TdClassName
{
border-color: #E17A90;
}
.TagClassName
{
border-color: #E17A90;
}
</style>