Shades of Carissma #E07C9D
Tints of Carissma #E07C9D
RGB
CMYK
RGB Variations
Color information
#E07C9D (or 0xE07C9D) is known color: Carissma. HEX triplet: E0, 7C and 9D. RGB value is (224,124,157). Sum of RGB (Red+Green+Blue) = 224+124+157=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C9D is #1F8362. Grayscale: #9D9D9D. Windows color (decimal): -2065251 or 10321120. OLE color: 10321120.
HSL color Cylindrical-coordinate representation of color #E07C9D: hue angle of 340.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 #E07C9D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 157 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.12 |
| HSL | 340.2º | 0.62% | 0.68% | - |
| HSV(B) | 340.2º | 0.45% | 0.88% | - |
| XYZ | 44.03 | 32.7 | 35.89 | - |
| YUV | 157.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 157 | 0 | 0.45 | 0.30 | 0.12 | 340.2 | 0.62 | 0.68 |
| Hex | E0 | 7C | 9D | 0 | 2D | 1E | C | 154 | 3E | 44 |
| Octal | 340 | 174 | 235 | 0 | 55 | 36 | 14 | 524 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10011101 | 0 | 101101 | 11110 | 1100 | 101010100 | 111110 | 1000100 |
Color Harmonies of #E07C9D
Complementary color
Monochromatic Colors of #E07C9D
Black with #E07C9D
Text Example
Text Example
White with #E07C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C9D; }
p { color: rgb(224,124,157); }
H1.HeaderClassName
{
color: #E07C9D;
}
.AnyTagClassName
{
color: #E07C9D;
}
</style>
background-color css
<style>
a { background-color: #E07C9D; }
a { background-color: rgb(224,124,157); }
div.DivClassName
{
background-color: #E07C9D;
}
.BgClassName
{
background-color: #E07C9D;
}
</style>
border-color css
<style>
span { border-color: #E07C9D; }
span { border-color: rgb(224,124,157); }
td.TdClassName
{
border-color: #E07C9D;
}
.TagClassName
{
border-color: #E07C9D;
}
</style>