Shades of Carissma #E6898B
Tints of Carissma #E6898B
RGB
CMYK
RGB Variations
Color information
#E6898B (or 0xE6898B) is known color: Carissma. HEX triplet: E6, 89 and 8B. RGB value is (230,137,139). Sum of RGB (Red+Green+Blue) = 230+137+139=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6898B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6898B is #197674. Grayscale: #A5A5A5. Windows color (decimal): -1668725 or 9144806. OLE color: 9144806.
HSL color Cylindrical-coordinate representation of color #E6898B: hue angle of 358.71º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6898B is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 139 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.10 |
| HSL | 358.71º | 0.65% | 0.72% | - |
| HSV(B) | 358.71º | 0.4% | 0.9% | - |
| XYZ | 46.24 | 36.58 | 29.05 | - |
| YUV | 165.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 139 | 0 | 0.40 | 0.40 | 0.10 | 358.71 | 0.65 | 0.72 |
| Hex | E6 | 89 | 8B | 0 | 28 | 28 | A | 167 | 41 | 48 |
| Octal | 346 | 211 | 213 | 0 | 50 | 50 | 12 | 547 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10001011 | 0 | 101000 | 101000 | 1010 | 101100111 | 1000001 | 1001000 |
Color Harmonies of #E6898B
Complementary color
Monochromatic Colors of #E6898B
Black with #E6898B
Text Example
Text Example
White with #E6898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6898B; }
p { color: rgb(230,137,139); }
H1.HeaderClassName
{
color: #E6898B;
}
.AnyTagClassName
{
color: #E6898B;
}
</style>
background-color css
<style>
a { background-color: #E6898B; }
a { background-color: rgb(230,137,139); }
div.DivClassName
{
background-color: #E6898B;
}
.BgClassName
{
background-color: #E6898B;
}
</style>
border-color css
<style>
span { border-color: #E6898B; }
span { border-color: rgb(230,137,139); }
td.TdClassName
{
border-color: #E6898B;
}
.TagClassName
{
border-color: #E6898B;
}
</style>