Shades of Carissma #E2878E
Tints of Carissma #E2878E
RGB
CMYK
RGB Variations
Color information
#E2878E (or 0xE2878E) is known color: Carissma. HEX triplet: E2, 87 and 8E. RGB value is (226,135,142). Sum of RGB (Red+Green+Blue) = 226+135+142=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2878E is #1D7871. Grayscale: #A3A3A3. Windows color (decimal): -1931378 or 9340898. OLE color: 9340898.
HSL color Cylindrical-coordinate representation of color #E2878E: hue angle of 355.38º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2878E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 142 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.11 |
| HSL | 355.38º | 0.61% | 0.71% | - |
| HSV(B) | 355.38º | 0.4% | 0.89% | - |
| XYZ | 44.91 | 35.45 | 30.07 | - |
| YUV | 163.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 142 | 0 | 0.40 | 0.37 | 0.11 | 355.38 | 0.61 | 0.71 |
| Hex | E2 | 87 | 8E | 0 | 28 | 25 | B | 163 | 3D | 47 |
| Octal | 342 | 207 | 216 | 0 | 50 | 45 | 13 | 543 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10001110 | 0 | 101000 | 100101 | 1011 | 101100011 | 111101 | 1000111 |
Color Harmonies of #E2878E
Complementary color
Monochromatic Colors of #E2878E
Black with #E2878E
Text Example
Text Example
White with #E2878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2878E; }
p { color: rgb(226,135,142); }
H1.HeaderClassName
{
color: #E2878E;
}
.AnyTagClassName
{
color: #E2878E;
}
</style>
background-color css
<style>
a { background-color: #E2878E; }
a { background-color: rgb(226,135,142); }
div.DivClassName
{
background-color: #E2878E;
}
.BgClassName
{
background-color: #E2878E;
}
</style>
border-color css
<style>
span { border-color: #E2878E; }
span { border-color: rgb(226,135,142); }
td.TdClassName
{
border-color: #E2878E;
}
.TagClassName
{
border-color: #E2878E;
}
</style>