Shades of Carissma #E789A0
Tints of Carissma #E789A0
RGB
CMYK
RGB Variations
Color information
#E789A0 (or 0xE789A0) is known color: Carissma. HEX triplet: E7, 89 and A0. RGB value is (231,137,160). Sum of RGB (Red+Green+Blue) = 231+137+160=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E789A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E789A0 is #18765F. Grayscale: #A7A7A7. Windows color (decimal): -1603168 or 10521063. OLE color: 10521063.
HSL color Cylindrical-coordinate representation of color #E789A0: hue angle of 345.32º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E789A0 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 137 | 160 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.09 |
| HSL | 345.32º | 0.66% | 0.72% | - |
| HSV(B) | 345.32º | 0.41% | 0.91% | - |
| XYZ | 48.25 | 37.42 | 37.94 | - |
| YUV | 167.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 137 | 160 | 0 | 0.41 | 0.31 | 0.09 | 345.32 | 0.66 | 0.72 |
| Hex | E7 | 89 | A0 | 0 | 29 | 1F | 9 | 159 | 42 | 48 |
| Octal | 347 | 211 | 240 | 0 | 51 | 37 | 11 | 531 | 102 | 110 |
| Binary | 11100111 | 10001001 | 10100000 | 0 | 101001 | 11111 | 1001 | 101011001 | 1000010 | 1001000 |
Color Harmonies of #E789A0
Complementary color
Monochromatic Colors of #E789A0
Black with #E789A0
Text Example
Text Example
White with #E789A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E789A0; }
p { color: rgb(231,137,160); }
H1.HeaderClassName
{
color: #E789A0;
}
.AnyTagClassName
{
color: #E789A0;
}
</style>
background-color css
<style>
a { background-color: #E789A0; }
a { background-color: rgb(231,137,160); }
div.DivClassName
{
background-color: #E789A0;
}
.BgClassName
{
background-color: #E789A0;
}
</style>
border-color css
<style>
span { border-color: #E789A0; }
span { border-color: rgb(231,137,160); }
td.TdClassName
{
border-color: #E789A0;
}
.TagClassName
{
border-color: #E789A0;
}
</style>