Shades of Carissma #E77B93
Tints of Carissma #E77B93
RGB
CMYK
RGB Variations
Color information
#E77B93 (or 0xE77B93) is known color: Carissma. HEX triplet: E7, 7B and 93. RGB value is (231,123,147). Sum of RGB (Red+Green+Blue) = 231+123+147=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77B93 is #18846C. Grayscale: #9E9E9E. Windows color (decimal): -1606765 or 9665511. OLE color: 9665511.
HSL color Cylindrical-coordinate representation of color #E77B93: hue angle of 346.67º 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 #E77B93 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 147 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.09 |
| HSL | 346.67º | 0.69% | 0.69% | - |
| HSV(B) | 346.67º | 0.47% | 0.91% | - |
| XYZ | 45.3 | 33.26 | 31.64 | - |
| YUV | 158.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 147 | 0 | 0.47 | 0.36 | 0.09 | 346.67 | 0.69 | 0.69 |
| Hex | E7 | 7B | 93 | 0 | 2F | 24 | 9 | 15B | 45 | 45 |
| Octal | 347 | 173 | 223 | 0 | 57 | 44 | 11 | 533 | 105 | 105 |
| Binary | 11100111 | 1111011 | 10010011 | 0 | 101111 | 100100 | 1001 | 101011011 | 1000101 | 1000101 |
Color Harmonies of #E77B93
Complementary color
Monochromatic Colors of #E77B93
Black with #E77B93
Text Example
Text Example
White with #E77B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77B93; }
p { color: rgb(231,123,147); }
H1.HeaderClassName
{
color: #E77B93;
}
.AnyTagClassName
{
color: #E77B93;
}
</style>
background-color css
<style>
a { background-color: #E77B93; }
a { background-color: rgb(231,123,147); }
div.DivClassName
{
background-color: #E77B93;
}
.BgClassName
{
background-color: #E77B93;
}
</style>
border-color css
<style>
span { border-color: #E77B93; }
span { border-color: rgb(231,123,147); }
td.TdClassName
{
border-color: #E77B93;
}
.TagClassName
{
border-color: #E77B93;
}
</style>