Shades of Carissma #E985A0
Tints of Carissma #E985A0
RGB
CMYK
RGB Variations
Color information
#E985A0 (or 0xE985A0) is known color: Carissma. HEX triplet: E9, 85 and A0. RGB value is (233,133,160). Sum of RGB (Red+Green+Blue) = 233+133+160=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E985A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985A0 is #167A5F. Grayscale: #A5A5A5. Windows color (decimal): -1473120 or 10520041. OLE color: 10520041.
HSL color Cylindrical-coordinate representation of color #E985A0: hue angle of 343.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985A0 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 160 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.09 |
| HSL | 343.8º | 0.69% | 0.72% | - |
| HSV(B) | 343.8º | 0.43% | 0.91% | - |
| XYZ | 48.34 | 36.64 | 37.78 | - |
| YUV | 165.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 160 | 0 | 0.43 | 0.31 | 0.09 | 343.8 | 0.69 | 0.72 |
| Hex | E9 | 85 | A0 | 0 | 2B | 1F | 9 | 158 | 45 | 48 |
| Octal | 351 | 205 | 240 | 0 | 53 | 37 | 11 | 530 | 105 | 110 |
| Binary | 11101001 | 10000101 | 10100000 | 0 | 101011 | 11111 | 1001 | 101011000 | 1000101 | 1001000 |
Color Harmonies of #E985A0
Complementary color
Monochromatic Colors of #E985A0
Black with #E985A0
Text Example
Text Example
White with #E985A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985A0; }
p { color: rgb(233,133,160); }
H1.HeaderClassName
{
color: #E985A0;
}
.AnyTagClassName
{
color: #E985A0;
}
</style>
background-color css
<style>
a { background-color: #E985A0; }
a { background-color: rgb(233,133,160); }
div.DivClassName
{
background-color: #E985A0;
}
.BgClassName
{
background-color: #E985A0;
}
</style>
border-color css
<style>
span { border-color: #E985A0; }
span { border-color: rgb(233,133,160); }
td.TdClassName
{
border-color: #E985A0;
}
.TagClassName
{
border-color: #E985A0;
}
</style>