Shades of Carissma #E17F9A
Tints of Carissma #E17F9A
RGB
CMYK
RGB Variations
Color information
#E17F9A (or 0xE17F9A) is known color: Carissma. HEX triplet: E1, 7F and 9A. RGB value is (225,127,154). Sum of RGB (Red+Green+Blue) = 225+127+154=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F9A is #1E8065. Grayscale: #9F9F9F. Windows color (decimal): -1998950 or 10125281. OLE color: 10125281.
HSL color Cylindrical-coordinate representation of color #E17F9A: hue angle of 343.47º 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 #E17F9A is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 154 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.12 |
| HSL | 343.47º | 0.62% | 0.69% | - |
| HSV(B) | 343.47º | 0.44% | 0.88% | - |
| XYZ | 44.47 | 33.52 | 34.7 | - |
| YUV | 159.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 154 | 0 | 0.44 | 0.32 | 0.12 | 343.47 | 0.62 | 0.69 |
| Hex | E1 | 7F | 9A | 0 | 2C | 20 | C | 157 | 3E | 45 |
| Octal | 341 | 177 | 232 | 0 | 54 | 40 | 14 | 527 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10011010 | 0 | 101100 | 100000 | 1100 | 101010111 | 111110 | 1000101 |
Color Harmonies of #E17F9A
Complementary color
Monochromatic Colors of #E17F9A
Black with #E17F9A
Text Example
Text Example
White with #E17F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F9A; }
p { color: rgb(225,127,154); }
H1.HeaderClassName
{
color: #E17F9A;
}
.AnyTagClassName
{
color: #E17F9A;
}
</style>
background-color css
<style>
a { background-color: #E17F9A; }
a { background-color: rgb(225,127,154); }
div.DivClassName
{
background-color: #E17F9A;
}
.BgClassName
{
background-color: #E17F9A;
}
</style>
border-color css
<style>
span { border-color: #E17F9A; }
span { border-color: rgb(225,127,154); }
td.TdClassName
{
border-color: #E17F9A;
}
.TagClassName
{
border-color: #E17F9A;
}
</style>