Shades of Carissma #E27F8C
Tints of Carissma #E27F8C
RGB
CMYK
RGB Variations
Color information
#E27F8C (or 0xE27F8C) is known color: Carissma. HEX triplet: E2, 7F and 8C. RGB value is (226,127,140). Sum of RGB (Red+Green+Blue) = 226+127+140=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27F8C is #1D8073. Grayscale: #9E9E9E. Windows color (decimal): -1933428 or 9207778. OLE color: 9207778.
HSL color Cylindrical-coordinate representation of color #E27F8C: hue angle of 352.12º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27F8C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 140 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.11 |
| HSL | 352.12º | 0.63% | 0.69% | - |
| HSV(B) | 352.12º | 0.44% | 0.89% | - |
| XYZ | 43.69 | 33.24 | 28.92 | - |
| YUV | 158.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 140 | 0 | 0.44 | 0.38 | 0.11 | 352.12 | 0.63 | 0.69 |
| Hex | E2 | 7F | 8C | 0 | 2C | 26 | B | 160 | 3F | 45 |
| Octal | 342 | 177 | 214 | 0 | 54 | 46 | 13 | 540 | 77 | 105 |
| Binary | 11100010 | 1111111 | 10001100 | 0 | 101100 | 100110 | 1011 | 101100000 | 111111 | 1000101 |
Color Harmonies of #E27F8C
Complementary color
Monochromatic Colors of #E27F8C
Black with #E27F8C
Text Example
Text Example
White with #E27F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27F8C; }
p { color: rgb(226,127,140); }
H1.HeaderClassName
{
color: #E27F8C;
}
.AnyTagClassName
{
color: #E27F8C;
}
</style>
background-color css
<style>
a { background-color: #E27F8C; }
a { background-color: rgb(226,127,140); }
div.DivClassName
{
background-color: #E27F8C;
}
.BgClassName
{
background-color: #E27F8C;
}
</style>
border-color css
<style>
span { border-color: #E27F8C; }
span { border-color: rgb(226,127,140); }
td.TdClassName
{
border-color: #E27F8C;
}
.TagClassName
{
border-color: #E27F8C;
}
</style>