Shades of Carissma #E27C8B
Tints of Carissma #E27C8B
RGB
CMYK
RGB Variations
Color information
#E27C8B (or 0xE27C8B) is known color: Carissma. HEX triplet: E2, 7C and 8B. RGB value is (226,124,139). Sum of RGB (Red+Green+Blue) = 226+124+139=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27C8B is #1D8374. Grayscale: #9C9C9C. Windows color (decimal): -1934197 or 9141474. OLE color: 9141474.
HSL color Cylindrical-coordinate representation of color #E27C8B: hue angle of 351.18º 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 #E27C8B is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 139 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.11 |
| HSL | 351.18º | 0.64% | 0.69% | - |
| HSV(B) | 351.18º | 0.45% | 0.89% | - |
| XYZ | 43.23 | 32.45 | 28.41 | - |
| YUV | 156.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 139 | 0 | 0.45 | 0.38 | 0.11 | 351.18 | 0.64 | 0.69 |
| Hex | E2 | 7C | 8B | 0 | 2D | 26 | B | 15F | 40 | 45 |
| Octal | 342 | 174 | 213 | 0 | 55 | 46 | 13 | 537 | 100 | 105 |
| Binary | 11100010 | 1111100 | 10001011 | 0 | 101101 | 100110 | 1011 | 101011111 | 1000000 | 1000101 |
Color Harmonies of #E27C8B
Complementary color
Monochromatic Colors of #E27C8B
Black with #E27C8B
Text Example
Text Example
White with #E27C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C8B; }
p { color: rgb(226,124,139); }
H1.HeaderClassName
{
color: #E27C8B;
}
.AnyTagClassName
{
color: #E27C8B;
}
</style>
background-color css
<style>
a { background-color: #E27C8B; }
a { background-color: rgb(226,124,139); }
div.DivClassName
{
background-color: #E27C8B;
}
.BgClassName
{
background-color: #E27C8B;
}
</style>
border-color css
<style>
span { border-color: #E27C8B; }
span { border-color: rgb(226,124,139); }
td.TdClassName
{
border-color: #E27C8B;
}
.TagClassName
{
border-color: #E27C8B;
}
</style>