Shades of Carissma #E2818C
Tints of Carissma #E2818C
RGB
CMYK
RGB Variations
Color information
#E2818C (or 0xE2818C) is known color: Carissma. HEX triplet: E2, 81 and 8C. RGB value is (226,129,140). Sum of RGB (Red+Green+Blue) = 226+129+140=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2818C is #1D7E73. Grayscale: #9F9F9F. Windows color (decimal): -1932916 or 9208290. OLE color: 9208290.
HSL color Cylindrical-coordinate representation of color #E2818C: hue angle of 353.2º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2818C is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 140 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.11 |
| HSL | 353.2º | 0.63% | 0.7% | - |
| HSV(B) | 353.2º | 0.43% | 0.89% | - |
| XYZ | 43.95 | 33.76 | 29.01 | - |
| YUV | 159.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 140 | 0 | 0.43 | 0.38 | 0.11 | 353.2 | 0.63 | 0.7 |
| Hex | E2 | 81 | 8C | 0 | 2B | 26 | B | 161 | 3F | 46 |
| Octal | 342 | 201 | 214 | 0 | 53 | 46 | 13 | 541 | 77 | 106 |
| Binary | 11100010 | 10000001 | 10001100 | 0 | 101011 | 100110 | 1011 | 101100001 | 111111 | 1000110 |
Color Harmonies of #E2818C
Complementary color
Monochromatic Colors of #E2818C
Black with #E2818C
Text Example
Text Example
White with #E2818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2818C; }
p { color: rgb(226,129,140); }
H1.HeaderClassName
{
color: #E2818C;
}
.AnyTagClassName
{
color: #E2818C;
}
</style>
background-color css
<style>
a { background-color: #E2818C; }
a { background-color: rgb(226,129,140); }
div.DivClassName
{
background-color: #E2818C;
}
.BgClassName
{
background-color: #E2818C;
}
</style>
border-color css
<style>
span { border-color: #E2818C; }
span { border-color: rgb(226,129,140); }
td.TdClassName
{
border-color: #E2818C;
}
.TagClassName
{
border-color: #E2818C;
}
</style>