Shades of Carissma #E77A8E
Tints of Carissma #E77A8E
RGB
CMYK
RGB Variations
Color information
#E77A8E (or 0xE77A8E) is known color: Carissma. HEX triplet: E7, 7A and 8E. RGB value is (231,122,142). Sum of RGB (Red+Green+Blue) = 231+122+142=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A8E is #188571. Grayscale: #9C9C9C. Windows color (decimal): -1607026 or 9337575. OLE color: 9337575.
HSL color Cylindrical-coordinate representation of color #E77A8E: hue angle of 348.99º 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 #E77A8E is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 142 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.09 |
| HSL | 348.99º | 0.69% | 0.69% | - |
| HSV(B) | 348.99º | 0.47% | 0.91% | - |
| XYZ | 44.8 | 32.86 | 29.57 | - |
| YUV | 156.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 142 | 0 | 0.47 | 0.39 | 0.09 | 348.99 | 0.69 | 0.69 |
| Hex | E7 | 7A | 8E | 0 | 2F | 27 | 9 | 15D | 45 | 45 |
| Octal | 347 | 172 | 216 | 0 | 57 | 47 | 11 | 535 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10001110 | 0 | 101111 | 100111 | 1001 | 101011101 | 1000101 | 1000101 |
Color Harmonies of #E77A8E
Complementary color
Monochromatic Colors of #E77A8E
Black with #E77A8E
Text Example
Text Example
White with #E77A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A8E; }
p { color: rgb(231,122,142); }
H1.HeaderClassName
{
color: #E77A8E;
}
.AnyTagClassName
{
color: #E77A8E;
}
</style>
background-color css
<style>
a { background-color: #E77A8E; }
a { background-color: rgb(231,122,142); }
div.DivClassName
{
background-color: #E77A8E;
}
.BgClassName
{
background-color: #E77A8E;
}
</style>
border-color css
<style>
span { border-color: #E77A8E; }
span { border-color: rgb(231,122,142); }
td.TdClassName
{
border-color: #E77A8E;
}
.TagClassName
{
border-color: #E77A8E;
}
</style>