Shades of Carissma #E17EA2
Tints of Carissma #E17EA2
RGB
CMYK
RGB Variations
Color information
#E17EA2 (or 0xE17EA2) is known color: Carissma. HEX triplet: E1, 7E and A2. RGB value is (225,126,162). Sum of RGB (Red+Green+Blue) = 225+126+162=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17EA2 is #1E815D. Grayscale: #9F9F9F. Windows color (decimal): -1999198 or 10649313. OLE color: 10649313.
HSL color Cylindrical-coordinate representation of color #E17EA2: hue angle of 338.18º 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 #E17EA2 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 162 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.12 |
| HSL | 338.18º | 0.62% | 0.69% | - |
| HSV(B) | 338.18º | 0.44% | 0.88% | - |
| XYZ | 45.03 | 33.54 | 38.28 | - |
| YUV | 159.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 162 | 0 | 0.44 | 0.28 | 0.12 | 338.18 | 0.62 | 0.69 |
| Hex | E1 | 7E | A2 | 0 | 2C | 1C | C | 152 | 3E | 45 |
| Octal | 341 | 176 | 242 | 0 | 54 | 34 | 14 | 522 | 76 | 105 |
| Binary | 11100001 | 1111110 | 10100010 | 0 | 101100 | 11100 | 1100 | 101010010 | 111110 | 1000101 |
Color Harmonies of #E17EA2
Complementary color
Monochromatic Colors of #E17EA2
Black with #E17EA2
Text Example
Text Example
White with #E17EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EA2; }
p { color: rgb(225,126,162); }
H1.HeaderClassName
{
color: #E17EA2;
}
.AnyTagClassName
{
color: #E17EA2;
}
</style>
background-color css
<style>
a { background-color: #E17EA2; }
a { background-color: rgb(225,126,162); }
div.DivClassName
{
background-color: #E17EA2;
}
.BgClassName
{
background-color: #E17EA2;
}
</style>
border-color css
<style>
span { border-color: #E17EA2; }
span { border-color: rgb(225,126,162); }
td.TdClassName
{
border-color: #E17EA2;
}
.TagClassName
{
border-color: #E17EA2;
}
</style>