Shades of Carissma #E2809D
Tints of Carissma #E2809D
RGB
CMYK
RGB Variations
Color information
#E2809D (or 0xE2809D) is known color: Carissma. HEX triplet: E2, 80 and 9D. RGB value is (226,128,157). Sum of RGB (Red+Green+Blue) = 226+128+157=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E2809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2809D is #1D7F62. Grayscale: #A0A0A0. Windows color (decimal): -1933155 or 10322146. OLE color: 10322146.
HSL color Cylindrical-coordinate representation of color #E2809D: hue angle of 342.24º 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 #E2809D is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 157 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.11 |
| HSL | 342.24º | 0.63% | 0.69% | - |
| HSV(B) | 342.24º | 0.43% | 0.89% | - |
| XYZ | 45.17 | 34.04 | 36.09 | - |
| YUV | 160.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 157 | 0 | 0.43 | 0.31 | 0.11 | 342.24 | 0.63 | 0.69 |
| Hex | E2 | 80 | 9D | 0 | 2B | 1F | B | 156 | 3F | 45 |
| Octal | 342 | 200 | 235 | 0 | 53 | 37 | 13 | 526 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10011101 | 0 | 101011 | 11111 | 1011 | 101010110 | 111111 | 1000101 |
Color Harmonies of #E2809D
Complementary color
Monochromatic Colors of #E2809D
Black with #E2809D
Text Example
Text Example
White with #E2809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2809D; }
p { color: rgb(226,128,157); }
H1.HeaderClassName
{
color: #E2809D;
}
.AnyTagClassName
{
color: #E2809D;
}
</style>
background-color css
<style>
a { background-color: #E2809D; }
a { background-color: rgb(226,128,157); }
div.DivClassName
{
background-color: #E2809D;
}
.BgClassName
{
background-color: #E2809D;
}
</style>
border-color css
<style>
span { border-color: #E2809D; }
span { border-color: rgb(226,128,157); }
td.TdClassName
{
border-color: #E2809D;
}
.TagClassName
{
border-color: #E2809D;
}
</style>