Shades of Carissma #E27A8D
Tints of Carissma #E27A8D
RGB
CMYK
RGB Variations
Color information
#E27A8D (or 0xE27A8D) is known color: Carissma. HEX triplet: E2, 7A and 8D. RGB value is (226,122,141). Sum of RGB (Red+Green+Blue) = 226+122+141=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A8D is #1D8572. Grayscale: #9B9B9B. Windows color (decimal): -1934707 or 9272034. OLE color: 9272034.
HSL color Cylindrical-coordinate representation of color #E27A8D: hue angle of 349.04º 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 #E27A8D is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 141 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.11 |
| HSL | 349.04º | 0.64% | 0.68% | - |
| HSV(B) | 349.04º | 0.46% | 0.89% | - |
| XYZ | 43.13 | 32.01 | 29.1 | - |
| YUV | 155.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 141 | 0 | 0.46 | 0.38 | 0.11 | 349.04 | 0.64 | 0.68 |
| Hex | E2 | 7A | 8D | 0 | 2E | 26 | B | 15D | 40 | 44 |
| Octal | 342 | 172 | 215 | 0 | 56 | 46 | 13 | 535 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10001101 | 0 | 101110 | 100110 | 1011 | 101011101 | 1000000 | 1000100 |
Color Harmonies of #E27A8D
Complementary color
Monochromatic Colors of #E27A8D
Black with #E27A8D
Text Example
Text Example
White with #E27A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A8D; }
p { color: rgb(226,122,141); }
H1.HeaderClassName
{
color: #E27A8D;
}
.AnyTagClassName
{
color: #E27A8D;
}
</style>
background-color css
<style>
a { background-color: #E27A8D; }
a { background-color: rgb(226,122,141); }
div.DivClassName
{
background-color: #E27A8D;
}
.BgClassName
{
background-color: #E27A8D;
}
</style>
border-color css
<style>
span { border-color: #E27A8D; }
span { border-color: rgb(226,122,141); }
td.TdClassName
{
border-color: #E27A8D;
}
.TagClassName
{
border-color: #E27A8D;
}
</style>