Shades of Carissma #E27F90
Tints of Carissma #E27F90
RGB
CMYK
RGB Variations
Color information
#E27F90 (or 0xE27F90) is known color: Carissma. HEX triplet: E2, 7F and 90. RGB value is (226,127,144). Sum of RGB (Red+Green+Blue) = 226+127+144=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27F90 is #1D806F. Grayscale: #9E9E9E. Windows color (decimal): -1933424 or 9469922. OLE color: 9469922.
HSL color Cylindrical-coordinate representation of color #E27F90: hue angle of 349.7º 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 #E27F90 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 144 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.11 |
| HSL | 349.7º | 0.63% | 0.69% | - |
| HSV(B) | 349.7º | 0.44% | 0.89% | - |
| XYZ | 43.99 | 33.36 | 30.51 | - |
| YUV | 158.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 144 | 0 | 0.44 | 0.36 | 0.11 | 349.7 | 0.63 | 0.69 |
| Hex | E2 | 7F | 90 | 0 | 2C | 24 | B | 15E | 3F | 45 |
| Octal | 342 | 177 | 220 | 0 | 54 | 44 | 13 | 536 | 77 | 105 |
| Binary | 11100010 | 1111111 | 10010000 | 0 | 101100 | 100100 | 1011 | 101011110 | 111111 | 1000101 |
Color Harmonies of #E27F90
Complementary color
Monochromatic Colors of #E27F90
Black with #E27F90
Text Example
Text Example
White with #E27F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27F90; }
p { color: rgb(226,127,144); }
H1.HeaderClassName
{
color: #E27F90;
}
.AnyTagClassName
{
color: #E27F90;
}
</style>
background-color css
<style>
a { background-color: #E27F90; }
a { background-color: rgb(226,127,144); }
div.DivClassName
{
background-color: #E27F90;
}
.BgClassName
{
background-color: #E27F90;
}
</style>
border-color css
<style>
span { border-color: #E27F90; }
span { border-color: rgb(226,127,144); }
td.TdClassName
{
border-color: #E27F90;
}
.TagClassName
{
border-color: #E27F90;
}
</style>