Shades of Carissma #E2808F
Tints of Carissma #E2808F
RGB
CMYK
RGB Variations
Color information
#E2808F (or 0xE2808F) is known color: Carissma. HEX triplet: E2, 80 and 8F. RGB value is (226,128,143). Sum of RGB (Red+Green+Blue) = 226+128+143=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2808F is #1D7F70. Grayscale: #9F9F9F. Windows color (decimal): -1933169 or 9404642. OLE color: 9404642.
HSL color Cylindrical-coordinate representation of color #E2808F: hue angle of 350.82º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2808F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 143 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.11 |
| HSL | 350.82º | 0.63% | 0.69% | - |
| HSV(B) | 350.82º | 0.43% | 0.89% | - |
| XYZ | 44.04 | 33.59 | 30.15 | - |
| YUV | 159.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 143 | 0 | 0.43 | 0.37 | 0.11 | 350.82 | 0.63 | 0.69 |
| Hex | E2 | 80 | 8F | 0 | 2B | 25 | B | 15F | 3F | 45 |
| Octal | 342 | 200 | 217 | 0 | 53 | 45 | 13 | 537 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10001111 | 0 | 101011 | 100101 | 1011 | 101011111 | 111111 | 1000101 |
Color Harmonies of #E2808F
Complementary color
Monochromatic Colors of #E2808F
Black with #E2808F
Text Example
Text Example
White with #E2808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2808F; }
p { color: rgb(226,128,143); }
H1.HeaderClassName
{
color: #E2808F;
}
.AnyTagClassName
{
color: #E2808F;
}
</style>
background-color css
<style>
a { background-color: #E2808F; }
a { background-color: rgb(226,128,143); }
div.DivClassName
{
background-color: #E2808F;
}
.BgClassName
{
background-color: #E2808F;
}
</style>
border-color css
<style>
span { border-color: #E2808F; }
span { border-color: rgb(226,128,143); }
td.TdClassName
{
border-color: #E2808F;
}
.TagClassName
{
border-color: #E2808F;
}
</style>