Shades of Carissma #E77F93
Tints of Carissma #E77F93
RGB
CMYK
RGB Variations
Color information
#E77F93 (or 0xE77F93) is known color: Carissma. HEX triplet: E7, 7F and 93. RGB value is (231,127,147). Sum of RGB (Red+Green+Blue) = 231+127+147=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F93 is #18806C. Grayscale: #A0A0A0. Windows color (decimal): -1605741 or 9666535. OLE color: 9666535.
HSL color Cylindrical-coordinate representation of color #E77F93: hue angle of 348.46º 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 #E77F93 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 147 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.09 |
| HSL | 348.46º | 0.68% | 0.7% | - |
| HSV(B) | 348.46º | 0.45% | 0.91% | - |
| XYZ | 45.81 | 34.27 | 31.8 | - |
| YUV | 160.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 147 | 0 | 0.45 | 0.36 | 0.09 | 348.46 | 0.68 | 0.7 |
| Hex | E7 | 7F | 93 | 0 | 2D | 24 | 9 | 15C | 44 | 46 |
| Octal | 347 | 177 | 223 | 0 | 55 | 44 | 11 | 534 | 104 | 106 |
| Binary | 11100111 | 1111111 | 10010011 | 0 | 101101 | 100100 | 1001 | 101011100 | 1000100 | 1000110 |
Color Harmonies of #E77F93
Complementary color
Monochromatic Colors of #E77F93
Black with #E77F93
Text Example
Text Example
White with #E77F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F93; }
p { color: rgb(231,127,147); }
H1.HeaderClassName
{
color: #E77F93;
}
.AnyTagClassName
{
color: #E77F93;
}
</style>
background-color css
<style>
a { background-color: #E77F93; }
a { background-color: rgb(231,127,147); }
div.DivClassName
{
background-color: #E77F93;
}
.BgClassName
{
background-color: #E77F93;
}
</style>
border-color css
<style>
span { border-color: #E77F93; }
span { border-color: rgb(231,127,147); }
td.TdClassName
{
border-color: #E77F93;
}
.TagClassName
{
border-color: #E77F93;
}
</style>