Shades of Carissma #E8858C
Tints of Carissma #E8858C
RGB
CMYK
RGB Variations
Color information
#E8858C (or 0xE8858C) is known color: Carissma. HEX triplet: E8, 85 and 8C. RGB value is (232,133,140). Sum of RGB (Red+Green+Blue) = 232+133+140=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8858C is #177A73. Grayscale: #A3A3A3. Windows color (decimal): -1538676 or 9209320. OLE color: 9209320.
HSL color Cylindrical-coordinate representation of color #E8858C: hue angle of 355.76º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8858C is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 140 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.09 |
| HSL | 355.76º | 0.68% | 0.72% | - |
| HSV(B) | 355.76º | 0.43% | 0.91% | - |
| XYZ | 46.4 | 35.82 | 29.28 | - |
| YUV | 163.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 140 | 0 | 0.43 | 0.40 | 0.09 | 355.76 | 0.68 | 0.72 |
| Hex | E8 | 85 | 8C | 0 | 2B | 28 | 9 | 164 | 44 | 48 |
| Octal | 350 | 205 | 214 | 0 | 53 | 50 | 11 | 544 | 104 | 110 |
| Binary | 11101000 | 10000101 | 10001100 | 0 | 101011 | 101000 | 1001 | 101100100 | 1000100 | 1001000 |
Color Harmonies of #E8858C
Complementary color
Monochromatic Colors of #E8858C
Black with #E8858C
Text Example
Text Example
White with #E8858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8858C; }
p { color: rgb(232,133,140); }
H1.HeaderClassName
{
color: #E8858C;
}
.AnyTagClassName
{
color: #E8858C;
}
</style>
background-color css
<style>
a { background-color: #E8858C; }
a { background-color: rgb(232,133,140); }
div.DivClassName
{
background-color: #E8858C;
}
.BgClassName
{
background-color: #E8858C;
}
</style>
border-color css
<style>
span { border-color: #E8858C; }
span { border-color: rgb(232,133,140); }
td.TdClassName
{
border-color: #E8858C;
}
.TagClassName
{
border-color: #E8858C;
}
</style>