Shades of Carissma #E07C9C
Tints of Carissma #E07C9C
RGB
CMYK
RGB Variations
Color information
#E07C9C (or 0xE07C9C) is known color: Carissma. HEX triplet: E0, 7C and 9C. RGB value is (224,124,156). Sum of RGB (Red+Green+Blue) = 224+124+156=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C9C is #1F8363. Grayscale: #9D9D9D. Windows color (decimal): -2065252 or 10255584. OLE color: 10255584.
HSL color Cylindrical-coordinate representation of color #E07C9C: hue angle of 340.8º 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 #E07C9C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 156 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.12 |
| HSL | 340.8º | 0.62% | 0.68% | - |
| HSV(B) | 340.8º | 0.45% | 0.88% | - |
| XYZ | 43.95 | 32.66 | 35.44 | - |
| YUV | 157.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 156 | 0 | 0.45 | 0.30 | 0.12 | 340.8 | 0.62 | 0.68 |
| Hex | E0 | 7C | 9C | 0 | 2D | 1E | C | 155 | 3E | 44 |
| Octal | 340 | 174 | 234 | 0 | 55 | 36 | 14 | 525 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10011100 | 0 | 101101 | 11110 | 1100 | 101010101 | 111110 | 1000100 |
Color Harmonies of #E07C9C
Complementary color
Monochromatic Colors of #E07C9C
Black with #E07C9C
Text Example
Text Example
White with #E07C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C9C; }
p { color: rgb(224,124,156); }
H1.HeaderClassName
{
color: #E07C9C;
}
.AnyTagClassName
{
color: #E07C9C;
}
</style>
background-color css
<style>
a { background-color: #E07C9C; }
a { background-color: rgb(224,124,156); }
div.DivClassName
{
background-color: #E07C9C;
}
.BgClassName
{
background-color: #E07C9C;
}
</style>
border-color css
<style>
span { border-color: #E07C9C; }
span { border-color: rgb(224,124,156); }
td.TdClassName
{
border-color: #E07C9C;
}
.TagClassName
{
border-color: #E07C9C;
}
</style>