Shades of Carissma #E17FA2
Tints of Carissma #E17FA2
RGB
CMYK
RGB Variations
Color information
#E17FA2 (or 0xE17FA2) is known color: Carissma. HEX triplet: E1, 7F and A2. RGB value is (225,127,162). Sum of RGB (Red+Green+Blue) = 225+127+162=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FA2 is #1E805D. Grayscale: #A0A0A0. Windows color (decimal): -1998942 or 10649569. OLE color: 10649569.
HSL color Cylindrical-coordinate representation of color #E17FA2: hue angle of 338.57º 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 #E17FA2 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 162 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.12 |
| HSL | 338.57º | 0.62% | 0.69% | - |
| HSV(B) | 338.57º | 0.44% | 0.88% | - |
| XYZ | 45.16 | 33.79 | 38.33 | - |
| YUV | 160.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 162 | 0 | 0.44 | 0.28 | 0.12 | 338.57 | 0.62 | 0.69 |
| Hex | E1 | 7F | A2 | 0 | 2C | 1C | C | 153 | 3E | 45 |
| Octal | 341 | 177 | 242 | 0 | 54 | 34 | 14 | 523 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10100010 | 0 | 101100 | 11100 | 1100 | 101010011 | 111110 | 1000101 |
Color Harmonies of #E17FA2
Complementary color
Monochromatic Colors of #E17FA2
Black with #E17FA2
Text Example
Text Example
White with #E17FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FA2; }
p { color: rgb(225,127,162); }
H1.HeaderClassName
{
color: #E17FA2;
}
.AnyTagClassName
{
color: #E17FA2;
}
</style>
background-color css
<style>
a { background-color: #E17FA2; }
a { background-color: rgb(225,127,162); }
div.DivClassName
{
background-color: #E17FA2;
}
.BgClassName
{
background-color: #E17FA2;
}
</style>
border-color css
<style>
span { border-color: #E17FA2; }
span { border-color: rgb(225,127,162); }
td.TdClassName
{
border-color: #E17FA2;
}
.TagClassName
{
border-color: #E17FA2;
}
</style>