Shades of Carissma #E27B8C
Tints of Carissma #E27B8C
RGB
CMYK
RGB Variations
Color information
#E27B8C (or 0xE27B8C) is known color: Carissma. HEX triplet: E2, 7B and 8C. RGB value is (226,123,140). Sum of RGB (Red+Green+Blue) = 226+123+140=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27B8C is #1D8473. Grayscale: #9B9B9B. Windows color (decimal): -1934452 or 9206754. OLE color: 9206754.
HSL color Cylindrical-coordinate representation of color #E27B8C: hue angle of 350.1º 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 #E27B8C is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 140 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.11 |
| HSL | 350.1º | 0.64% | 0.68% | - |
| HSV(B) | 350.1º | 0.46% | 0.89% | - |
| XYZ | 43.18 | 32.23 | 28.76 | - |
| YUV | 155.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 140 | 0 | 0.46 | 0.38 | 0.11 | 350.1 | 0.64 | 0.68 |
| Hex | E2 | 7B | 8C | 0 | 2E | 26 | B | 15E | 40 | 44 |
| Octal | 342 | 173 | 214 | 0 | 56 | 46 | 13 | 536 | 100 | 104 |
| Binary | 11100010 | 1111011 | 10001100 | 0 | 101110 | 100110 | 1011 | 101011110 | 1000000 | 1000100 |
Color Harmonies of #E27B8C
Complementary color
Monochromatic Colors of #E27B8C
Black with #E27B8C
Text Example
Text Example
White with #E27B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27B8C; }
p { color: rgb(226,123,140); }
H1.HeaderClassName
{
color: #E27B8C;
}
.AnyTagClassName
{
color: #E27B8C;
}
</style>
background-color css
<style>
a { background-color: #E27B8C; }
a { background-color: rgb(226,123,140); }
div.DivClassName
{
background-color: #E27B8C;
}
.BgClassName
{
background-color: #E27B8C;
}
</style>
border-color css
<style>
span { border-color: #E27B8C; }
span { border-color: rgb(226,123,140); }
td.TdClassName
{
border-color: #E27B8C;
}
.TagClassName
{
border-color: #E27B8C;
}
</style>