Shades of Carissma #E185A0
Tints of Carissma #E185A0
RGB
CMYK
RGB Variations
Color information
#E185A0 (or 0xE185A0) is known color: Carissma. HEX triplet: E1, 85 and A0. RGB value is (225,133,160). Sum of RGB (Red+Green+Blue) = 225+133+160=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E185A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185A0 is #1E7A5F. Grayscale: #A3A3A3. Windows color (decimal): -1997408 or 10520033. OLE color: 10520033.
HSL color Cylindrical-coordinate representation of color #E185A0: hue angle of 342.39º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185A0 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 160 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.12 |
| HSL | 342.39º | 0.61% | 0.7% | - |
| HSV(B) | 342.39º | 0.41% | 0.88% | - |
| XYZ | 45.78 | 35.32 | 37.66 | - |
| YUV | 163.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 160 | 0 | 0.41 | 0.29 | 0.12 | 342.39 | 0.61 | 0.7 |
| Hex | E1 | 85 | A0 | 0 | 29 | 1D | C | 156 | 3D | 46 |
| Octal | 341 | 205 | 240 | 0 | 51 | 35 | 14 | 526 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10100000 | 0 | 101001 | 11101 | 1100 | 101010110 | 111101 | 1000110 |
Color Harmonies of #E185A0
Complementary color
Monochromatic Colors of #E185A0
Black with #E185A0
Text Example
Text Example
White with #E185A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185A0; }
p { color: rgb(225,133,160); }
H1.HeaderClassName
{
color: #E185A0;
}
.AnyTagClassName
{
color: #E185A0;
}
</style>
background-color css
<style>
a { background-color: #E185A0; }
a { background-color: rgb(225,133,160); }
div.DivClassName
{
background-color: #E185A0;
}
.BgClassName
{
background-color: #E185A0;
}
</style>
border-color css
<style>
span { border-color: #E185A0; }
span { border-color: rgb(225,133,160); }
td.TdClassName
{
border-color: #E185A0;
}
.TagClassName
{
border-color: #E185A0;
}
</style>