Shades of Carissma #ED8186
Tints of Carissma #ED8186
RGB
CMYK
RGB Variations
Color information
#ED8186 (or 0xED8186) is known color: Carissma. HEX triplet: ED, 81 and 86. RGB value is (237,129,134). Sum of RGB (Red+Green+Blue) = 237+129+134=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8186 is #127E79. Grayscale: #A1A1A1. Windows color (decimal): -1212026 or 8815085. OLE color: 8815085.
HSL color Cylindrical-coordinate representation of color #ED8186: hue angle of 357.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8186 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 134 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.07 |
| HSL | 357.22º | 0.75% | 0.72% | - |
| HSV(B) | 357.22º | 0.46% | 0.93% | - |
| XYZ | 47.08 | 35.43 | 26.91 | - |
| YUV | 161.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 134 | 0 | 0.46 | 0.43 | 0.07 | 357.22 | 0.75 | 0.72 |
| Hex | ED | 81 | 86 | 0 | 2E | 2B | 7 | 165 | 4B | 48 |
| Octal | 355 | 201 | 206 | 0 | 56 | 53 | 7 | 545 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10000110 | 0 | 101110 | 101011 | 111 | 101100101 | 1001011 | 1001000 |
Color Harmonies of #ED8186
Complementary color
Monochromatic Colors of #ED8186
Black with #ED8186
Text Example
Text Example
White with #ED8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8186; }
p { color: rgb(237,129,134); }
H1.HeaderClassName
{
color: #ED8186;
}
.AnyTagClassName
{
color: #ED8186;
}
</style>
background-color css
<style>
a { background-color: #ED8186; }
a { background-color: rgb(237,129,134); }
div.DivClassName
{
background-color: #ED8186;
}
.BgClassName
{
background-color: #ED8186;
}
</style>
border-color css
<style>
span { border-color: #ED8186; }
span { border-color: rgb(237,129,134); }
td.TdClassName
{
border-color: #ED8186;
}
.TagClassName
{
border-color: #ED8186;
}
</style>