Shades of Carissma #E07C9A
Tints of Carissma #E07C9A
RGB
CMYK
RGB Variations
Color information
#E07C9A (or 0xE07C9A) is known color: Carissma. HEX triplet: E0, 7C and 9A. RGB value is (224,124,154). Sum of RGB (Red+Green+Blue) = 224+124+154=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C9A is #1F8365. Grayscale: #9D9D9D. Windows color (decimal): -2065254 or 10124512. OLE color: 10124512.
HSL color Cylindrical-coordinate representation of color #E07C9A: hue angle of 342º 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 #E07C9A is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 154 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.12 |
| HSL | 342º | 0.62% | 0.68% | - |
| HSV(B) | 342º | 0.45% | 0.88% | - |
| XYZ | 43.78 | 32.6 | 34.56 | - |
| YUV | 157.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 154 | 0 | 0.45 | 0.31 | 0.12 | 342 | 0.62 | 0.68 |
| Hex | E0 | 7C | 9A | 0 | 2D | 1F | C | 156 | 3E | 44 |
| Octal | 340 | 174 | 232 | 0 | 55 | 37 | 14 | 526 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10011010 | 0 | 101101 | 11111 | 1100 | 101010110 | 111110 | 1000100 |
Color Harmonies of #E07C9A
Complementary color
Monochromatic Colors of #E07C9A
Black with #E07C9A
Text Example
Text Example
White with #E07C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C9A; }
p { color: rgb(224,124,154); }
H1.HeaderClassName
{
color: #E07C9A;
}
.AnyTagClassName
{
color: #E07C9A;
}
</style>
background-color css
<style>
a { background-color: #E07C9A; }
a { background-color: rgb(224,124,154); }
div.DivClassName
{
background-color: #E07C9A;
}
.BgClassName
{
background-color: #E07C9A;
}
</style>
border-color css
<style>
span { border-color: #E07C9A; }
span { border-color: rgb(224,124,154); }
td.TdClassName
{
border-color: #E07C9A;
}
.TagClassName
{
border-color: #E07C9A;
}
</style>