Shades of Carissma #E5868E
Tints of Carissma #E5868E
RGB
CMYK
RGB Variations
Color information
#E5868E (or 0xE5868E) is known color: Carissma. HEX triplet: E5, 86 and 8E. RGB value is (229,134,142). Sum of RGB (Red+Green+Blue) = 229+134+142=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5868E is #1A7971. Grayscale: #A3A3A3. Windows color (decimal): -1735026 or 9340645. OLE color: 9340645.
HSL color Cylindrical-coordinate representation of color #E5868E: hue angle of 354.95º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5868E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 142 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.10 |
| HSL | 354.95º | 0.65% | 0.71% | - |
| HSV(B) | 354.95º | 0.41% | 0.9% | - |
| XYZ | 45.72 | 35.66 | 30.06 | - |
| YUV | 163.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 142 | 0 | 0.41 | 0.38 | 0.10 | 354.95 | 0.65 | 0.71 |
| Hex | E5 | 86 | 8E | 0 | 29 | 26 | A | 163 | 41 | 47 |
| Octal | 345 | 206 | 216 | 0 | 51 | 46 | 12 | 543 | 101 | 107 |
| Binary | 11100101 | 10000110 | 10001110 | 0 | 101001 | 100110 | 1010 | 101100011 | 1000001 | 1000111 |
Color Harmonies of #E5868E
Complementary color
Monochromatic Colors of #E5868E
Black with #E5868E
Text Example
Text Example
White with #E5868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5868E; }
p { color: rgb(229,134,142); }
H1.HeaderClassName
{
color: #E5868E;
}
.AnyTagClassName
{
color: #E5868E;
}
</style>
background-color css
<style>
a { background-color: #E5868E; }
a { background-color: rgb(229,134,142); }
div.DivClassName
{
background-color: #E5868E;
}
.BgClassName
{
background-color: #E5868E;
}
</style>
border-color css
<style>
span { border-color: #E5868E; }
span { border-color: rgb(229,134,142); }
td.TdClassName
{
border-color: #E5868E;
}
.TagClassName
{
border-color: #E5868E;
}
</style>