Shades of Carissma #E27A92
Tints of Carissma #E27A92
RGB
CMYK
RGB Variations
Color information
#E27A92 (or 0xE27A92) is known color: Carissma. HEX triplet: E2, 7A and 92. RGB value is (226,122,146). Sum of RGB (Red+Green+Blue) = 226+122+146=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A92 is #1D856D. Grayscale: #9B9B9B. Windows color (decimal): -1934702 or 9599714. OLE color: 9599714.
HSL color Cylindrical-coordinate representation of color #E27A92: hue angle of 346.15º 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 #E27A92 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 146 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.11 |
| HSL | 346.15º | 0.64% | 0.68% | - |
| HSV(B) | 346.15º | 0.46% | 0.89% | - |
| XYZ | 43.51 | 32.16 | 31.11 | - |
| YUV | 155.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 146 | 0 | 0.46 | 0.35 | 0.11 | 346.15 | 0.64 | 0.68 |
| Hex | E2 | 7A | 92 | 0 | 2E | 23 | B | 15A | 40 | 44 |
| Octal | 342 | 172 | 222 | 0 | 56 | 43 | 13 | 532 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10010010 | 0 | 101110 | 100011 | 1011 | 101011010 | 1000000 | 1000100 |
Color Harmonies of #E27A92
Complementary color
Monochromatic Colors of #E27A92
Black with #E27A92
Text Example
Text Example
White with #E27A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A92; }
p { color: rgb(226,122,146); }
H1.HeaderClassName
{
color: #E27A92;
}
.AnyTagClassName
{
color: #E27A92;
}
</style>
background-color css
<style>
a { background-color: #E27A92; }
a { background-color: rgb(226,122,146); }
div.DivClassName
{
background-color: #E27A92;
}
.BgClassName
{
background-color: #E27A92;
}
</style>
border-color css
<style>
span { border-color: #E27A92; }
span { border-color: rgb(226,122,146); }
td.TdClassName
{
border-color: #E27A92;
}
.TagClassName
{
border-color: #E27A92;
}
</style>