Shades of Carissma #E07C94
Tints of Carissma #E07C94
RGB
CMYK
RGB Variations
Color information
#E07C94 (or 0xE07C94) is known color: Carissma. HEX triplet: E0, 7C and 94. RGB value is (224,124,148). Sum of RGB (Red+Green+Blue) = 224+124+148=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C94 is #1F836B. Grayscale: #9C9C9C. Windows color (decimal): -2065260 or 9731296. OLE color: 9731296.
HSL color Cylindrical-coordinate representation of color #E07C94: hue angle of 345.6º 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 #E07C94 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 148 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.12 |
| HSL | 345.6º | 0.62% | 0.68% | - |
| HSV(B) | 345.6º | 0.45% | 0.88% | - |
| XYZ | 43.29 | 32.4 | 31.99 | - |
| YUV | 156.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 148 | 0 | 0.45 | 0.34 | 0.12 | 345.6 | 0.62 | 0.68 |
| Hex | E0 | 7C | 94 | 0 | 2D | 22 | C | 15A | 3E | 44 |
| Octal | 340 | 174 | 224 | 0 | 55 | 42 | 14 | 532 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10010100 | 0 | 101101 | 100010 | 1100 | 101011010 | 111110 | 1000100 |
Color Harmonies of #E07C94
Complementary color
Monochromatic Colors of #E07C94
Black with #E07C94
Text Example
Text Example
White with #E07C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C94; }
p { color: rgb(224,124,148); }
H1.HeaderClassName
{
color: #E07C94;
}
.AnyTagClassName
{
color: #E07C94;
}
</style>
background-color css
<style>
a { background-color: #E07C94; }
a { background-color: rgb(224,124,148); }
div.DivClassName
{
background-color: #E07C94;
}
.BgClassName
{
background-color: #E07C94;
}
</style>
border-color css
<style>
span { border-color: #E07C94; }
span { border-color: rgb(224,124,148); }
td.TdClassName
{
border-color: #E07C94;
}
.TagClassName
{
border-color: #E07C94;
}
</style>