Shades of Carissma #E17A93
Tints of Carissma #E17A93
RGB
CMYK
RGB Variations
Color information
#E17A93 (or 0xE17A93) is known color: Carissma. HEX triplet: E1, 7A and 93. RGB value is (225,122,147). Sum of RGB (Red+Green+Blue) = 225+122+147=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A93 is #1E856C. Grayscale: #9B9B9B. Windows color (decimal): -2000237 or 9665249. OLE color: 9665249.
HSL color Cylindrical-coordinate representation of color #E17A93: hue angle of 345.44º 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 #E17A93 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 147 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.12 |
| HSL | 345.44º | 0.63% | 0.68% | - |
| HSV(B) | 345.44º | 0.46% | 0.88% | - |
| XYZ | 43.28 | 32.03 | 31.51 | - |
| YUV | 155.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 147 | 0 | 0.46 | 0.35 | 0.12 | 345.44 | 0.63 | 0.68 |
| Hex | E1 | 7A | 93 | 0 | 2E | 23 | C | 159 | 3F | 44 |
| Octal | 341 | 172 | 223 | 0 | 56 | 43 | 14 | 531 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10010011 | 0 | 101110 | 100011 | 1100 | 101011001 | 111111 | 1000100 |
Color Harmonies of #E17A93
Complementary color
Monochromatic Colors of #E17A93
Black with #E17A93
Text Example
Text Example
White with #E17A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A93; }
p { color: rgb(225,122,147); }
H1.HeaderClassName
{
color: #E17A93;
}
.AnyTagClassName
{
color: #E17A93;
}
</style>
background-color css
<style>
a { background-color: #E17A93; }
a { background-color: rgb(225,122,147); }
div.DivClassName
{
background-color: #E17A93;
}
.BgClassName
{
background-color: #E17A93;
}
</style>
border-color css
<style>
span { border-color: #E17A93; }
span { border-color: rgb(225,122,147); }
td.TdClassName
{
border-color: #E17A93;
}
.TagClassName
{
border-color: #E17A93;
}
</style>