Shades of Carissma #ED8184
Tints of Carissma #ED8184
RGB
CMYK
RGB Variations
Color information
#ED8184 (or 0xED8184) is known color: Carissma. HEX triplet: ED, 81 and 84. RGB value is (237,129,132). Sum of RGB (Red+Green+Blue) = 237+129+132=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8184 is #127E7B. Grayscale: #A1A1A1. Windows color (decimal): -1212028 or 8684013. OLE color: 8684013.
HSL color Cylindrical-coordinate representation of color #ED8184: hue angle of 358.33º 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 #ED8184 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 132 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.07 |
| HSL | 358.33º | 0.75% | 0.72% | - |
| HSV(B) | 358.33º | 0.46% | 0.93% | - |
| XYZ | 46.94 | 35.37 | 26.18 | - |
| YUV | 161.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 132 | 0 | 0.46 | 0.44 | 0.07 | 358.33 | 0.75 | 0.72 |
| Hex | ED | 81 | 84 | 0 | 2E | 2C | 7 | 166 | 4B | 48 |
| Octal | 355 | 201 | 204 | 0 | 56 | 54 | 7 | 546 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10000100 | 0 | 101110 | 101100 | 111 | 101100110 | 1001011 | 1001000 |
Color Harmonies of #ED8184
Complementary color
Monochromatic Colors of #ED8184
Black with #ED8184
Text Example
Text Example
White with #ED8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8184; }
p { color: rgb(237,129,132); }
H1.HeaderClassName
{
color: #ED8184;
}
.AnyTagClassName
{
color: #ED8184;
}
</style>
background-color css
<style>
a { background-color: #ED8184; }
a { background-color: rgb(237,129,132); }
div.DivClassName
{
background-color: #ED8184;
}
.BgClassName
{
background-color: #ED8184;
}
</style>
border-color css
<style>
span { border-color: #ED8184; }
span { border-color: rgb(237,129,132); }
td.TdClassName
{
border-color: #ED8184;
}
.TagClassName
{
border-color: #ED8184;
}
</style>