Shades of Carissma #E2808C
Tints of Carissma #E2808C
RGB
CMYK
RGB Variations
Color information
#E2808C (or 0xE2808C) is known color: Carissma. HEX triplet: E2, 80 and 8C. RGB value is (226,128,140). Sum of RGB (Red+Green+Blue) = 226+128+140=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2808C is #1D7F73. Grayscale: #9E9E9E. Windows color (decimal): -1933172 or 9208034. OLE color: 9208034.
HSL color Cylindrical-coordinate representation of color #E2808C: hue angle of 352.65º 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 #E2808C is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 140 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.11 |
| HSL | 352.65º | 0.63% | 0.69% | - |
| HSV(B) | 352.65º | 0.43% | 0.89% | - |
| XYZ | 43.82 | 33.5 | 28.97 | - |
| YUV | 158.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 140 | 0 | 0.43 | 0.38 | 0.11 | 352.65 | 0.63 | 0.69 |
| Hex | E2 | 80 | 8C | 0 | 2B | 26 | B | 161 | 3F | 45 |
| Octal | 342 | 200 | 214 | 0 | 53 | 46 | 13 | 541 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10001100 | 0 | 101011 | 100110 | 1011 | 101100001 | 111111 | 1000101 |
Color Harmonies of #E2808C
Complementary color
Monochromatic Colors of #E2808C
Black with #E2808C
Text Example
Text Example
White with #E2808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2808C; }
p { color: rgb(226,128,140); }
H1.HeaderClassName
{
color: #E2808C;
}
.AnyTagClassName
{
color: #E2808C;
}
</style>
background-color css
<style>
a { background-color: #E2808C; }
a { background-color: rgb(226,128,140); }
div.DivClassName
{
background-color: #E2808C;
}
.BgClassName
{
background-color: #E2808C;
}
</style>
border-color css
<style>
span { border-color: #E2808C; }
span { border-color: rgb(226,128,140); }
td.TdClassName
{
border-color: #E2808C;
}
.TagClassName
{
border-color: #E2808C;
}
</style>