Shades of Carissma #E27A8E
Tints of Carissma #E27A8E
RGB
CMYK
RGB Variations
Color information
#E27A8E (or 0xE27A8E) is known color: Carissma. HEX triplet: E2, 7A and 8E. RGB value is (226,122,142). Sum of RGB (Red+Green+Blue) = 226+122+142=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A8E is #1D8571. Grayscale: #9B9B9B. Windows color (decimal): -1934706 or 9337570. OLE color: 9337570.
HSL color Cylindrical-coordinate representation of color #E27A8E: hue angle of 348.46º 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 #E27A8E is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 142 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.11 |
| HSL | 348.46º | 0.64% | 0.68% | - |
| HSV(B) | 348.46º | 0.46% | 0.89% | - |
| XYZ | 43.21 | 32.04 | 29.5 | - |
| YUV | 155.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 142 | 0 | 0.46 | 0.37 | 0.11 | 348.46 | 0.64 | 0.68 |
| Hex | E2 | 7A | 8E | 0 | 2E | 25 | B | 15C | 40 | 44 |
| Octal | 342 | 172 | 216 | 0 | 56 | 45 | 13 | 534 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10001110 | 0 | 101110 | 100101 | 1011 | 101011100 | 1000000 | 1000100 |
Color Harmonies of #E27A8E
Complementary color
Monochromatic Colors of #E27A8E
Black with #E27A8E
Text Example
Text Example
White with #E27A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A8E; }
p { color: rgb(226,122,142); }
H1.HeaderClassName
{
color: #E27A8E;
}
.AnyTagClassName
{
color: #E27A8E;
}
</style>
background-color css
<style>
a { background-color: #E27A8E; }
a { background-color: rgb(226,122,142); }
div.DivClassName
{
background-color: #E27A8E;
}
.BgClassName
{
background-color: #E27A8E;
}
</style>
border-color css
<style>
span { border-color: #E27A8E; }
span { border-color: rgb(226,122,142); }
td.TdClassName
{
border-color: #E27A8E;
}
.TagClassName
{
border-color: #E27A8E;
}
</style>