Shades of Carissma #E77A8F
Tints of Carissma #E77A8F
RGB
CMYK
RGB Variations
Color information
#E77A8F (or 0xE77A8F) is known color: Carissma. HEX triplet: E7, 7A and 8F. RGB value is (231,122,143). Sum of RGB (Red+Green+Blue) = 231+122+143=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A8F is #188570. Grayscale: #9D9D9D. Windows color (decimal): -1607025 or 9403111. OLE color: 9403111.
HSL color Cylindrical-coordinate representation of color #E77A8F: hue angle of 348.44º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77A8F is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 143 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.09 |
| HSL | 348.44º | 0.69% | 0.69% | - |
| HSV(B) | 348.44º | 0.47% | 0.91% | - |
| XYZ | 44.87 | 32.89 | 29.97 | - |
| YUV | 156.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 143 | 0 | 0.47 | 0.38 | 0.09 | 348.44 | 0.69 | 0.69 |
| Hex | E7 | 7A | 8F | 0 | 2F | 26 | 9 | 15C | 45 | 45 |
| Octal | 347 | 172 | 217 | 0 | 57 | 46 | 11 | 534 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10001111 | 0 | 101111 | 100110 | 1001 | 101011100 | 1000101 | 1000101 |
Color Harmonies of #E77A8F
Complementary color
Monochromatic Colors of #E77A8F
Black with #E77A8F
Text Example
Text Example
White with #E77A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A8F; }
p { color: rgb(231,122,143); }
H1.HeaderClassName
{
color: #E77A8F;
}
.AnyTagClassName
{
color: #E77A8F;
}
</style>
background-color css
<style>
a { background-color: #E77A8F; }
a { background-color: rgb(231,122,143); }
div.DivClassName
{
background-color: #E77A8F;
}
.BgClassName
{
background-color: #E77A8F;
}
</style>
border-color css
<style>
span { border-color: #E77A8F; }
span { border-color: rgb(231,122,143); }
td.TdClassName
{
border-color: #E77A8F;
}
.TagClassName
{
border-color: #E77A8F;
}
</style>