Shades of Carissma #E8858B
Tints of Carissma #E8858B
RGB
CMYK
RGB Variations
Color information
#E8858B (or 0xE8858B) is known color: Carissma. HEX triplet: E8, 85 and 8B. RGB value is (232,133,139). Sum of RGB (Red+Green+Blue) = 232+133+139=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E8858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8858B is #177A74. Grayscale: #A3A3A3. Windows color (decimal): -1538677 or 9143784. OLE color: 9143784.
HSL color Cylindrical-coordinate representation of color #E8858B: hue angle of 356.36º 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 #E8858B is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 139 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.09 |
| HSL | 356.36º | 0.68% | 0.72% | - |
| HSV(B) | 356.36º | 0.43% | 0.91% | - |
| XYZ | 46.33 | 35.79 | 28.89 | - |
| YUV | 163.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 139 | 0 | 0.43 | 0.40 | 0.09 | 356.36 | 0.68 | 0.72 |
| Hex | E8 | 85 | 8B | 0 | 2B | 28 | 9 | 164 | 44 | 48 |
| Octal | 350 | 205 | 213 | 0 | 53 | 50 | 11 | 544 | 104 | 110 |
| Binary | 11101000 | 10000101 | 10001011 | 0 | 101011 | 101000 | 1001 | 101100100 | 1000100 | 1001000 |
Color Harmonies of #E8858B
Complementary color
Monochromatic Colors of #E8858B
Black with #E8858B
Text Example
Text Example
White with #E8858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8858B; }
p { color: rgb(232,133,139); }
H1.HeaderClassName
{
color: #E8858B;
}
.AnyTagClassName
{
color: #E8858B;
}
</style>
background-color css
<style>
a { background-color: #E8858B; }
a { background-color: rgb(232,133,139); }
div.DivClassName
{
background-color: #E8858B;
}
.BgClassName
{
background-color: #E8858B;
}
</style>
border-color css
<style>
span { border-color: #E8858B; }
span { border-color: rgb(232,133,139); }
td.TdClassName
{
border-color: #E8858B;
}
.TagClassName
{
border-color: #E8858B;
}
</style>