Shades of Carissma #ED7C96
Tints of Carissma #ED7C96
RGB
CMYK
RGB Variations
Color information
#ED7C96 (or 0xED7C96) is known color: Carissma. HEX triplet: ED, 7C and 96. RGB value is (237,124,150). Sum of RGB (Red+Green+Blue) = 237+124+150=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7C96 is #128369. Grayscale: #A0A0A0. Windows color (decimal): -1213290 or 9862381. OLE color: 9862381.
HSL color Cylindrical-coordinate representation of color #ED7C96: hue angle of 346.19º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7C96 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 150 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.07 |
| HSL | 346.19º | 0.76% | 0.71% | - |
| HSV(B) | 346.19º | 0.48% | 0.93% | - |
| XYZ | 47.64 | 34.62 | 33.03 | - |
| YUV | 160.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 150 | 0 | 0.48 | 0.37 | 0.07 | 346.19 | 0.76 | 0.71 |
| Hex | ED | 7C | 96 | 0 | 30 | 25 | 7 | 15A | 4C | 47 |
| Octal | 355 | 174 | 226 | 0 | 60 | 45 | 7 | 532 | 114 | 107 |
| Binary | 11101101 | 1111100 | 10010110 | 0 | 110000 | 100101 | 111 | 101011010 | 1001100 | 1000111 |
Color Harmonies of #ED7C96
Complementary color
Monochromatic Colors of #ED7C96
Black with #ED7C96
Text Example
Text Example
White with #ED7C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7C96; }
p { color: rgb(237,124,150); }
H1.HeaderClassName
{
color: #ED7C96;
}
.AnyTagClassName
{
color: #ED7C96;
}
</style>
background-color css
<style>
a { background-color: #ED7C96; }
a { background-color: rgb(237,124,150); }
div.DivClassName
{
background-color: #ED7C96;
}
.BgClassName
{
background-color: #ED7C96;
}
</style>
border-color css
<style>
span { border-color: #ED7C96; }
span { border-color: rgb(237,124,150); }
td.TdClassName
{
border-color: #ED7C96;
}
.TagClassName
{
border-color: #ED7C96;
}
</style>