Shades of Carissma #E27992
Tints of Carissma #E27992
RGB
CMYK
RGB Variations
Color information
#E27992 (or 0xE27992) is known color: Carissma. HEX triplet: E2, 79 and 92. RGB value is (226,121,146). Sum of RGB (Red+Green+Blue) = 226+121+146=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E27992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27992 is #1D866D. Grayscale: #9B9B9B. Windows color (decimal): -1934958 or 9599458. OLE color: 9599458.
HSL color Cylindrical-coordinate representation of color #E27992: hue angle of 345.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27992 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 146 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.11 |
| HSL | 345.71º | 0.64% | 0.68% | - |
| HSV(B) | 345.71º | 0.46% | 0.89% | - |
| XYZ | 43.39 | 31.92 | 31.07 | - |
| YUV | 155.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 146 | 0 | 0.46 | 0.35 | 0.11 | 345.71 | 0.64 | 0.68 |
| Hex | E2 | 79 | 92 | 0 | 2E | 23 | B | 15A | 40 | 44 |
| Octal | 342 | 171 | 222 | 0 | 56 | 43 | 13 | 532 | 100 | 104 |
| Binary | 11100010 | 1111001 | 10010010 | 0 | 101110 | 100011 | 1011 | 101011010 | 1000000 | 1000100 |
Color Harmonies of #E27992
Complementary color
Monochromatic Colors of #E27992
Black with #E27992
Text Example
Text Example
White with #E27992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27992; }
p { color: rgb(226,121,146); }
H1.HeaderClassName
{
color: #E27992;
}
.AnyTagClassName
{
color: #E27992;
}
</style>
background-color css
<style>
a { background-color: #E27992; }
a { background-color: rgb(226,121,146); }
div.DivClassName
{
background-color: #E27992;
}
.BgClassName
{
background-color: #E27992;
}
</style>
border-color css
<style>
span { border-color: #E27992; }
span { border-color: rgb(226,121,146); }
td.TdClassName
{
border-color: #E27992;
}
.TagClassName
{
border-color: #E27992;
}
</style>