Shades of Carissma #ED8183
Tints of Carissma #ED8183
RGB
CMYK
RGB Variations
Color information
#ED8183 (or 0xED8183) is known color: Carissma. HEX triplet: ED, 81 and 83. RGB value is (237,129,131). Sum of RGB (Red+Green+Blue) = 237+129+131=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8183 is #127E7C. Grayscale: #A1A1A1. Windows color (decimal): -1212029 or 8618477. OLE color: 8618477.
HSL color Cylindrical-coordinate representation of color #ED8183: hue angle of 358.89º 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 #ED8183 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 131 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.07 |
| HSL | 358.89º | 0.75% | 0.72% | - |
| HSV(B) | 358.89º | 0.46% | 0.93% | - |
| XYZ | 46.87 | 35.34 | 25.82 | - |
| YUV | 161.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 131 | 0 | 0.46 | 0.45 | 0.07 | 358.89 | 0.75 | 0.72 |
| Hex | ED | 81 | 83 | 0 | 2E | 2D | 7 | 167 | 4B | 48 |
| Octal | 355 | 201 | 203 | 0 | 56 | 55 | 7 | 547 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10000011 | 0 | 101110 | 101101 | 111 | 101100111 | 1001011 | 1001000 |
Color Harmonies of #ED8183
Complementary color
Monochromatic Colors of #ED8183
Black with #ED8183
Text Example
Text Example
White with #ED8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8183; }
p { color: rgb(237,129,131); }
H1.HeaderClassName
{
color: #ED8183;
}
.AnyTagClassName
{
color: #ED8183;
}
</style>
background-color css
<style>
a { background-color: #ED8183; }
a { background-color: rgb(237,129,131); }
div.DivClassName
{
background-color: #ED8183;
}
.BgClassName
{
background-color: #ED8183;
}
</style>
border-color css
<style>
span { border-color: #ED8183; }
span { border-color: rgb(237,129,131); }
td.TdClassName
{
border-color: #ED8183;
}
.TagClassName
{
border-color: #ED8183;
}
</style>