Shades of Carissma #E27C90
Tints of Carissma #E27C90
RGB
CMYK
RGB Variations
Color information
#E27C90 (or 0xE27C90) is known color: Carissma. HEX triplet: E2, 7C and 90. RGB value is (226,124,144). Sum of RGB (Red+Green+Blue) = 226+124+144=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27C90 is #1D836F. Grayscale: #9C9C9C. Windows color (decimal): -1934192 or 9469154. OLE color: 9469154.
HSL color Cylindrical-coordinate representation of color #E27C90: hue angle of 348.24º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27C90 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 144 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.11 |
| HSL | 348.24º | 0.64% | 0.69% | - |
| HSV(B) | 348.24º | 0.45% | 0.89% | - |
| XYZ | 43.61 | 32.6 | 30.38 | - |
| YUV | 156.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 144 | 0 | 0.45 | 0.36 | 0.11 | 348.24 | 0.64 | 0.69 |
| Hex | E2 | 7C | 90 | 0 | 2D | 24 | B | 15C | 40 | 45 |
| Octal | 342 | 174 | 220 | 0 | 55 | 44 | 13 | 534 | 100 | 105 |
| Binary | 11100010 | 1111100 | 10010000 | 0 | 101101 | 100100 | 1011 | 101011100 | 1000000 | 1000101 |
Color Harmonies of #E27C90
Complementary color
Monochromatic Colors of #E27C90
Black with #E27C90
Text Example
Text Example
White with #E27C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C90; }
p { color: rgb(226,124,144); }
H1.HeaderClassName
{
color: #E27C90;
}
.AnyTagClassName
{
color: #E27C90;
}
</style>
background-color css
<style>
a { background-color: #E27C90; }
a { background-color: rgb(226,124,144); }
div.DivClassName
{
background-color: #E27C90;
}
.BgClassName
{
background-color: #E27C90;
}
</style>
border-color css
<style>
span { border-color: #E27C90; }
span { border-color: rgb(226,124,144); }
td.TdClassName
{
border-color: #E27C90;
}
.TagClassName
{
border-color: #E27C90;
}
</style>