Shades of Carissma #ED849C
Tints of Carissma #ED849C
RGB
CMYK
RGB Variations
Color information
#ED849C (or 0xED849C) is known color: Carissma. HEX triplet: ED, 84 and 9C. RGB value is (237,132,156). Sum of RGB (Red+Green+Blue) = 237+132+156=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED849C is #127B63. Grayscale: #A6A6A6. Windows color (decimal): -1211236 or 10257645. OLE color: 10257645.
HSL color Cylindrical-coordinate representation of color #ED849C: hue angle of 346.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED849C is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 156 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.07 |
| HSL | 346.29º | 0.74% | 0.72% | - |
| HSV(B) | 346.29º | 0.44% | 0.93% | - |
| XYZ | 49.18 | 36.91 | 35.98 | - |
| YUV | 166.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 156 | 0 | 0.44 | 0.34 | 0.07 | 346.29 | 0.74 | 0.72 |
| Hex | ED | 84 | 9C | 0 | 2C | 22 | 7 | 15A | 4A | 48 |
| Octal | 355 | 204 | 234 | 0 | 54 | 42 | 7 | 532 | 112 | 110 |
| Binary | 11101101 | 10000100 | 10011100 | 0 | 101100 | 100010 | 111 | 101011010 | 1001010 | 1001000 |
Color Harmonies of #ED849C
Complementary color
Monochromatic Colors of #ED849C
Black with #ED849C
Text Example
Text Example
White with #ED849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED849C; }
p { color: rgb(237,132,156); }
H1.HeaderClassName
{
color: #ED849C;
}
.AnyTagClassName
{
color: #ED849C;
}
</style>
background-color css
<style>
a { background-color: #ED849C; }
a { background-color: rgb(237,132,156); }
div.DivClassName
{
background-color: #ED849C;
}
.BgClassName
{
background-color: #ED849C;
}
</style>
border-color css
<style>
span { border-color: #ED849C; }
span { border-color: rgb(237,132,156); }
td.TdClassName
{
border-color: #ED849C;
}
.TagClassName
{
border-color: #ED849C;
}
</style>