Shades of Carissma #EA8186
Tints of Carissma #EA8186
RGB
CMYK
RGB Variations
Color information
#EA8186 (or 0xEA8186) is known color: Carissma. HEX triplet: EA, 81 and 86. RGB value is (234,129,134). Sum of RGB (Red+Green+Blue) = 234+129+134=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8186 is #157E79. Grayscale: #A1A1A1. Windows color (decimal): -1408634 or 8815082. OLE color: 8815082.
HSL color Cylindrical-coordinate representation of color #EA8186: hue angle of 357.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8186 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 134 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.08 |
| HSL | 357.14º | 0.71% | 0.71% | - |
| HSV(B) | 357.14º | 0.45% | 0.92% | - |
| XYZ | 46.09 | 34.91 | 26.86 | - |
| YUV | 160.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 134 | 0 | 0.45 | 0.43 | 0.08 | 357.14 | 0.71 | 0.71 |
| Hex | EA | 81 | 86 | 0 | 2D | 2B | 8 | 165 | 47 | 47 |
| Octal | 352 | 201 | 206 | 0 | 55 | 53 | 10 | 545 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10000110 | 0 | 101101 | 101011 | 1000 | 101100101 | 1000111 | 1000111 |
Color Harmonies of #EA8186
Complementary color
Monochromatic Colors of #EA8186
Black with #EA8186
Text Example
Text Example
White with #EA8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8186; }
p { color: rgb(234,129,134); }
H1.HeaderClassName
{
color: #EA8186;
}
.AnyTagClassName
{
color: #EA8186;
}
</style>
background-color css
<style>
a { background-color: #EA8186; }
a { background-color: rgb(234,129,134); }
div.DivClassName
{
background-color: #EA8186;
}
.BgClassName
{
background-color: #EA8186;
}
</style>
border-color css
<style>
span { border-color: #EA8186; }
span { border-color: rgb(234,129,134); }
td.TdClassName
{
border-color: #EA8186;
}
.TagClassName
{
border-color: #EA8186;
}
</style>