Shades of Carissma #E27B8E
Tints of Carissma #E27B8E
RGB
CMYK
RGB Variations
Color information
#E27B8E (or 0xE27B8E) is known color: Carissma. HEX triplet: E2, 7B and 8E. RGB value is (226,123,142). Sum of RGB (Red+Green+Blue) = 226+123+142=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27B8E is #1D8471. Grayscale: #9B9B9B. Windows color (decimal): -1934450 or 9337826. OLE color: 9337826.
HSL color Cylindrical-coordinate representation of color #E27B8E: hue angle of 348.93º 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 #E27B8E is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 142 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.11 |
| HSL | 348.93º | 0.64% | 0.68% | - |
| HSV(B) | 348.93º | 0.46% | 0.89% | - |
| XYZ | 43.33 | 32.29 | 29.54 | - |
| YUV | 155.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 142 | 0 | 0.46 | 0.37 | 0.11 | 348.93 | 0.64 | 0.68 |
| Hex | E2 | 7B | 8E | 0 | 2E | 25 | B | 15D | 40 | 44 |
| Octal | 342 | 173 | 216 | 0 | 56 | 45 | 13 | 535 | 100 | 104 |
| Binary | 11100010 | 1111011 | 10001110 | 0 | 101110 | 100101 | 1011 | 101011101 | 1000000 | 1000100 |
Color Harmonies of #E27B8E
Complementary color
Monochromatic Colors of #E27B8E
Black with #E27B8E
Text Example
Text Example
White with #E27B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27B8E; }
p { color: rgb(226,123,142); }
H1.HeaderClassName
{
color: #E27B8E;
}
.AnyTagClassName
{
color: #E27B8E;
}
</style>
background-color css
<style>
a { background-color: #E27B8E; }
a { background-color: rgb(226,123,142); }
div.DivClassName
{
background-color: #E27B8E;
}
.BgClassName
{
background-color: #E27B8E;
}
</style>
border-color css
<style>
span { border-color: #E27B8E; }
span { border-color: rgb(226,123,142); }
td.TdClassName
{
border-color: #E27B8E;
}
.TagClassName
{
border-color: #E27B8E;
}
</style>