Shades of Carissma #E07C89
Tints of Carissma #E07C89
RGB
CMYK
RGB Variations
Color information
#E07C89 (or 0xE07C89) is known color: Carissma. HEX triplet: E0, 7C and 89. RGB value is (224,124,137). Sum of RGB (Red+Green+Blue) = 224+124+137=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C89 is #1F8376. Grayscale: #9B9B9B. Windows color (decimal): -2065271 or 9010400. OLE color: 9010400.
HSL color Cylindrical-coordinate representation of color #E07C89: hue angle of 352.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07C89 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 137 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.12 |
| HSL | 352.2º | 0.62% | 0.68% | - |
| HSV(B) | 352.2º | 0.45% | 0.88% | - |
| XYZ | 42.46 | 32.07 | 27.62 | - |
| YUV | 155.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 137 | 0 | 0.45 | 0.39 | 0.12 | 352.2 | 0.62 | 0.68 |
| Hex | E0 | 7C | 89 | 0 | 2D | 27 | C | 160 | 3E | 44 |
| Octal | 340 | 174 | 211 | 0 | 55 | 47 | 14 | 540 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10001001 | 0 | 101101 | 100111 | 1100 | 101100000 | 111110 | 1000100 |
Color Harmonies of #E07C89
Complementary color
Monochromatic Colors of #E07C89
Black with #E07C89
Text Example
Text Example
White with #E07C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C89; }
p { color: rgb(224,124,137); }
H1.HeaderClassName
{
color: #E07C89;
}
.AnyTagClassName
{
color: #E07C89;
}
</style>
background-color css
<style>
a { background-color: #E07C89; }
a { background-color: rgb(224,124,137); }
div.DivClassName
{
background-color: #E07C89;
}
.BgClassName
{
background-color: #E07C89;
}
</style>
border-color css
<style>
span { border-color: #E07C89; }
span { border-color: rgb(224,124,137); }
td.TdClassName
{
border-color: #E07C89;
}
.TagClassName
{
border-color: #E07C89;
}
</style>