Shades of Carissma #E6889D
Tints of Carissma #E6889D
RGB
CMYK
RGB Variations
Color information
#E6889D (or 0xE6889D) is known color: Carissma. HEX triplet: E6, 88 and 9D. RGB value is (230,136,157). Sum of RGB (Red+Green+Blue) = 230+136+157=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6889D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6889D is #197762. Grayscale: #A6A6A6. Windows color (decimal): -1668963 or 10324198. OLE color: 10324198.
HSL color Cylindrical-coordinate representation of color #E6889D: hue angle of 346.6º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6889D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 157 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.10 |
| HSL | 346.6º | 0.65% | 0.72% | - |
| HSV(B) | 346.6º | 0.41% | 0.9% | - |
| XYZ | 47.52 | 36.87 | 36.51 | - |
| YUV | 166.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 157 | 0 | 0.41 | 0.32 | 0.10 | 346.6 | 0.65 | 0.72 |
| Hex | E6 | 88 | 9D | 0 | 29 | 20 | A | 15B | 41 | 48 |
| Octal | 346 | 210 | 235 | 0 | 51 | 40 | 12 | 533 | 101 | 110 |
| Binary | 11100110 | 10001000 | 10011101 | 0 | 101001 | 100000 | 1010 | 101011011 | 1000001 | 1001000 |
Color Harmonies of #E6889D
Complementary color
Monochromatic Colors of #E6889D
Black with #E6889D
Text Example
Text Example
White with #E6889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6889D; }
p { color: rgb(230,136,157); }
H1.HeaderClassName
{
color: #E6889D;
}
.AnyTagClassName
{
color: #E6889D;
}
</style>
background-color css
<style>
a { background-color: #E6889D; }
a { background-color: rgb(230,136,157); }
div.DivClassName
{
background-color: #E6889D;
}
.BgClassName
{
background-color: #E6889D;
}
</style>
border-color css
<style>
span { border-color: #E6889D; }
span { border-color: rgb(230,136,157); }
td.TdClassName
{
border-color: #E6889D;
}
.TagClassName
{
border-color: #E6889D;
}
</style>