Shades of Carissma #E2808D
Tints of Carissma #E2808D
RGB
CMYK
RGB Variations
Color information
#E2808D (or 0xE2808D) is known color: Carissma. HEX triplet: E2, 80 and 8D. RGB value is (226,128,141). Sum of RGB (Red+Green+Blue) = 226+128+141=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2808D is #1D7F72. Grayscale: #9E9E9E. Windows color (decimal): -1933171 or 9273570. OLE color: 9273570.
HSL color Cylindrical-coordinate representation of color #E2808D: hue angle of 352.04º 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 #E2808D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 141 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.11 |
| HSL | 352.04º | 0.63% | 0.69% | - |
| HSV(B) | 352.04º | 0.43% | 0.89% | - |
| XYZ | 43.89 | 33.53 | 29.36 | - |
| YUV | 158.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 141 | 0 | 0.43 | 0.38 | 0.11 | 352.04 | 0.63 | 0.69 |
| Hex | E2 | 80 | 8D | 0 | 2B | 26 | B | 160 | 3F | 45 |
| Octal | 342 | 200 | 215 | 0 | 53 | 46 | 13 | 540 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10001101 | 0 | 101011 | 100110 | 1011 | 101100000 | 111111 | 1000101 |
Color Harmonies of #E2808D
Complementary color
Monochromatic Colors of #E2808D
Black with #E2808D
Text Example
Text Example
White with #E2808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2808D; }
p { color: rgb(226,128,141); }
H1.HeaderClassName
{
color: #E2808D;
}
.AnyTagClassName
{
color: #E2808D;
}
</style>
background-color css
<style>
a { background-color: #E2808D; }
a { background-color: rgb(226,128,141); }
div.DivClassName
{
background-color: #E2808D;
}
.BgClassName
{
background-color: #E2808D;
}
</style>
border-color css
<style>
span { border-color: #E2808D; }
span { border-color: rgb(226,128,141); }
td.TdClassName
{
border-color: #E2808D;
}
.TagClassName
{
border-color: #E2808D;
}
</style>