Shades of Carissma #ED7C92
Tints of Carissma #ED7C92
RGB
CMYK
RGB Variations
Color information
#ED7C92 (or 0xED7C92) is known color: Carissma. HEX triplet: ED, 7C and 92. RGB value is (237,124,146). Sum of RGB (Red+Green+Blue) = 237+124+146=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7C92 is #12836D. Grayscale: #A0A0A0. Windows color (decimal): -1213294 or 9600237. OLE color: 9600237.
HSL color Cylindrical-coordinate representation of color #ED7C92: hue angle of 348.32º 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 #ED7C92 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 146 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.07 |
| HSL | 348.32º | 0.76% | 0.71% | - |
| HSV(B) | 348.32º | 0.48% | 0.93% | - |
| XYZ | 47.32 | 34.5 | 31.36 | - |
| YUV | 160.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 146 | 0 | 0.48 | 0.38 | 0.07 | 348.32 | 0.76 | 0.71 |
| Hex | ED | 7C | 92 | 0 | 30 | 26 | 7 | 15C | 4C | 47 |
| Octal | 355 | 174 | 222 | 0 | 60 | 46 | 7 | 534 | 114 | 107 |
| Binary | 11101101 | 1111100 | 10010010 | 0 | 110000 | 100110 | 111 | 101011100 | 1001100 | 1000111 |
Color Harmonies of #ED7C92
Complementary color
Monochromatic Colors of #ED7C92
Black with #ED7C92
Text Example
Text Example
White with #ED7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7C92; }
p { color: rgb(237,124,146); }
H1.HeaderClassName
{
color: #ED7C92;
}
.AnyTagClassName
{
color: #ED7C92;
}
</style>
background-color css
<style>
a { background-color: #ED7C92; }
a { background-color: rgb(237,124,146); }
div.DivClassName
{
background-color: #ED7C92;
}
.BgClassName
{
background-color: #ED7C92;
}
</style>
border-color css
<style>
span { border-color: #ED7C92; }
span { border-color: rgb(237,124,146); }
td.TdClassName
{
border-color: #ED7C92;
}
.TagClassName
{
border-color: #ED7C92;
}
</style>