Shades of Carissma #E2809C
Tints of Carissma #E2809C
RGB
CMYK
RGB Variations
Color information
#E2809C (or 0xE2809C) is known color: Carissma. HEX triplet: E2, 80 and 9C. RGB value is (226,128,156). Sum of RGB (Red+Green+Blue) = 226+128+156=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2809C is #1D7F63. Grayscale: #A0A0A0. Windows color (decimal): -1933156 or 10256610. OLE color: 10256610.
HSL color Cylindrical-coordinate representation of color #E2809C: hue angle of 342.86º 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 #E2809C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 156 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.11 |
| HSL | 342.86º | 0.63% | 0.69% | - |
| HSV(B) | 342.86º | 0.43% | 0.89% | - |
| XYZ | 45.08 | 34.01 | 35.64 | - |
| YUV | 160.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 156 | 0 | 0.43 | 0.31 | 0.11 | 342.86 | 0.63 | 0.69 |
| Hex | E2 | 80 | 9C | 0 | 2B | 1F | B | 157 | 3F | 45 |
| Octal | 342 | 200 | 234 | 0 | 53 | 37 | 13 | 527 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10011100 | 0 | 101011 | 11111 | 1011 | 101010111 | 111111 | 1000101 |
Color Harmonies of #E2809C
Complementary color
Monochromatic Colors of #E2809C
Black with #E2809C
Text Example
Text Example
White with #E2809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2809C; }
p { color: rgb(226,128,156); }
H1.HeaderClassName
{
color: #E2809C;
}
.AnyTagClassName
{
color: #E2809C;
}
</style>
background-color css
<style>
a { background-color: #E2809C; }
a { background-color: rgb(226,128,156); }
div.DivClassName
{
background-color: #E2809C;
}
.BgClassName
{
background-color: #E2809C;
}
</style>
border-color css
<style>
span { border-color: #E2809C; }
span { border-color: rgb(226,128,156); }
td.TdClassName
{
border-color: #E2809C;
}
.TagClassName
{
border-color: #E2809C;
}
</style>