Shades of Carissma #E07992
Tints of Carissma #E07992
RGB
CMYK
RGB Variations
Color information
#E07992 (or 0xE07992) is known color: Carissma. HEX triplet: E0, 79 and 92. RGB value is (224,121,146). Sum of RGB (Red+Green+Blue) = 224+121+146=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07992 is #1F866D. Grayscale: #9A9A9A. Windows color (decimal): -2066030 or 9599456. OLE color: 9599456.
HSL color Cylindrical-coordinate representation of color #E07992: hue angle of 345.44º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07992 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 146 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.12 |
| HSL | 345.44º | 0.62% | 0.68% | - |
| HSV(B) | 345.44º | 0.46% | 0.88% | - |
| XYZ | 42.77 | 31.6 | 31.04 | - |
| YUV | 154.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 146 | 0 | 0.46 | 0.35 | 0.12 | 345.44 | 0.62 | 0.68 |
| Hex | E0 | 79 | 92 | 0 | 2E | 23 | C | 159 | 3E | 44 |
| Octal | 340 | 171 | 222 | 0 | 56 | 43 | 14 | 531 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10010010 | 0 | 101110 | 100011 | 1100 | 101011001 | 111110 | 1000100 |
Color Harmonies of #E07992
Complementary color
Monochromatic Colors of #E07992
Black with #E07992
Text Example
Text Example
White with #E07992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07992; }
p { color: rgb(224,121,146); }
H1.HeaderClassName
{
color: #E07992;
}
.AnyTagClassName
{
color: #E07992;
}
</style>
background-color css
<style>
a { background-color: #E07992; }
a { background-color: rgb(224,121,146); }
div.DivClassName
{
background-color: #E07992;
}
.BgClassName
{
background-color: #E07992;
}
</style>
border-color css
<style>
span { border-color: #E07992; }
span { border-color: rgb(224,121,146); }
td.TdClassName
{
border-color: #E07992;
}
.TagClassName
{
border-color: #E07992;
}
</style>