Shades of Carissma #E7809B
Tints of Carissma #E7809B
RGB
CMYK
RGB Variations
Color information
#E7809B (or 0xE7809B) is known color: Carissma. HEX triplet: E7, 80 and 9B. RGB value is (231,128,155). Sum of RGB (Red+Green+Blue) = 231+128+155=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7809B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7809B is #187F64. Grayscale: #A1A1A1. Windows color (decimal): -1605477 or 10191079. OLE color: 10191079.
HSL color Cylindrical-coordinate representation of color #E7809B: hue angle of 344.27º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7809B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 155 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.09 |
| HSL | 344.27º | 0.68% | 0.7% | - |
| HSV(B) | 344.27º | 0.45% | 0.91% | - |
| XYZ | 46.59 | 34.79 | 35.27 | - |
| YUV | 161.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 155 | 0 | 0.45 | 0.33 | 0.09 | 344.27 | 0.68 | 0.7 |
| Hex | E7 | 80 | 9B | 0 | 2D | 21 | 9 | 158 | 44 | 46 |
| Octal | 347 | 200 | 233 | 0 | 55 | 41 | 11 | 530 | 104 | 106 |
| Binary | 11100111 | 10000000 | 10011011 | 0 | 101101 | 100001 | 1001 | 101011000 | 1000100 | 1000110 |
Color Harmonies of #E7809B
Complementary color
Monochromatic Colors of #E7809B
Black with #E7809B
Text Example
Text Example
White with #E7809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7809B; }
p { color: rgb(231,128,155); }
H1.HeaderClassName
{
color: #E7809B;
}
.AnyTagClassName
{
color: #E7809B;
}
</style>
background-color css
<style>
a { background-color: #E7809B; }
a { background-color: rgb(231,128,155); }
div.DivClassName
{
background-color: #E7809B;
}
.BgClassName
{
background-color: #E7809B;
}
</style>
border-color css
<style>
span { border-color: #E7809B; }
span { border-color: rgb(231,128,155); }
td.TdClassName
{
border-color: #E7809B;
}
.TagClassName
{
border-color: #E7809B;
}
</style>