Shades of Carissma #E6898C
Tints of Carissma #E6898C
RGB
CMYK
RGB Variations
Color information
#E6898C (or 0xE6898C) is known color: Carissma. HEX triplet: E6, 89 and 8C. RGB value is (230,137,140). Sum of RGB (Red+Green+Blue) = 230+137+140=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6898C is #197673. Grayscale: #A5A5A5. Windows color (decimal): -1668724 or 9210342. OLE color: 9210342.
HSL color Cylindrical-coordinate representation of color #E6898C: hue angle of 358.06º 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 #E6898C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 140 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.10 |
| HSL | 358.06º | 0.65% | 0.72% | - |
| HSV(B) | 358.06º | 0.4% | 0.9% | - |
| XYZ | 46.31 | 36.61 | 29.44 | - |
| YUV | 165.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 140 | 0 | 0.40 | 0.39 | 0.10 | 358.06 | 0.65 | 0.72 |
| Hex | E6 | 89 | 8C | 0 | 28 | 27 | A | 166 | 41 | 48 |
| Octal | 346 | 211 | 214 | 0 | 50 | 47 | 12 | 546 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10001100 | 0 | 101000 | 100111 | 1010 | 101100110 | 1000001 | 1001000 |
Color Harmonies of #E6898C
Complementary color
Monochromatic Colors of #E6898C
Black with #E6898C
Text Example
Text Example
White with #E6898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6898C; }
p { color: rgb(230,137,140); }
H1.HeaderClassName
{
color: #E6898C;
}
.AnyTagClassName
{
color: #E6898C;
}
</style>
background-color css
<style>
a { background-color: #E6898C; }
a { background-color: rgb(230,137,140); }
div.DivClassName
{
background-color: #E6898C;
}
.BgClassName
{
background-color: #E6898C;
}
</style>
border-color css
<style>
span { border-color: #E6898C; }
span { border-color: rgb(230,137,140); }
td.TdClassName
{
border-color: #E6898C;
}
.TagClassName
{
border-color: #E6898C;
}
</style>