Shades of Carissma #E77A8A
Tints of Carissma #E77A8A
RGB
CMYK
RGB Variations
Color information
#E77A8A (or 0xE77A8A) is known color: Carissma. HEX triplet: E7, 7A and 8A. RGB value is (231,122,138). Sum of RGB (Red+Green+Blue) = 231+122+138=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A8A is #188575. Grayscale: #9C9C9C. Windows color (decimal): -1607030 or 9075431. OLE color: 9075431.
HSL color Cylindrical-coordinate representation of color #E77A8A: hue angle of 351.19º 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 #E77A8A is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 138 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.09 |
| HSL | 351.19º | 0.69% | 0.69% | - |
| HSV(B) | 351.19º | 0.47% | 0.91% | - |
| XYZ | 44.5 | 32.74 | 28.02 | - |
| YUV | 156.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 138 | 0 | 0.47 | 0.40 | 0.09 | 351.19 | 0.69 | 0.69 |
| Hex | E7 | 7A | 8A | 0 | 2F | 28 | 9 | 15F | 45 | 45 |
| Octal | 347 | 172 | 212 | 0 | 57 | 50 | 11 | 537 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10001010 | 0 | 101111 | 101000 | 1001 | 101011111 | 1000101 | 1000101 |
Color Harmonies of #E77A8A
Complementary color
Monochromatic Colors of #E77A8A
Black with #E77A8A
Text Example
Text Example
White with #E77A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A8A; }
p { color: rgb(231,122,138); }
H1.HeaderClassName
{
color: #E77A8A;
}
.AnyTagClassName
{
color: #E77A8A;
}
</style>
background-color css
<style>
a { background-color: #E77A8A; }
a { background-color: rgb(231,122,138); }
div.DivClassName
{
background-color: #E77A8A;
}
.BgClassName
{
background-color: #E77A8A;
}
</style>
border-color css
<style>
span { border-color: #E77A8A; }
span { border-color: rgb(231,122,138); }
td.TdClassName
{
border-color: #E77A8A;
}
.TagClassName
{
border-color: #E77A8A;
}
</style>