Shades of Carissma #ED7C89
Tints of Carissma #ED7C89
RGB
CMYK
RGB Variations
Color information
#ED7C89 (or 0xED7C89) is known color: Carissma. HEX triplet: ED, 7C and 89. RGB value is (237,124,137). Sum of RGB (Red+Green+Blue) = 237+124+137=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7C89 is #128376. Grayscale: #9F9F9F. Windows color (decimal): -1213303 or 9010413. OLE color: 9010413.
HSL color Cylindrical-coordinate representation of color #ED7C89: hue angle of 353.1º 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 #ED7C89 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 137 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.07 |
| HSL | 353.1º | 0.76% | 0.71% | - |
| HSV(B) | 353.1º | 0.48% | 0.93% | - |
| XYZ | 46.65 | 34.23 | 27.81 | - |
| YUV | 159.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 137 | 0 | 0.48 | 0.42 | 0.07 | 353.1 | 0.76 | 0.71 |
| Hex | ED | 7C | 89 | 0 | 30 | 2A | 7 | 161 | 4C | 47 |
| Octal | 355 | 174 | 211 | 0 | 60 | 52 | 7 | 541 | 114 | 107 |
| Binary | 11101101 | 1111100 | 10001001 | 0 | 110000 | 101010 | 111 | 101100001 | 1001100 | 1000111 |
Color Harmonies of #ED7C89
Complementary color
Monochromatic Colors of #ED7C89
Black with #ED7C89
Text Example
Text Example
White with #ED7C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7C89; }
p { color: rgb(237,124,137); }
H1.HeaderClassName
{
color: #ED7C89;
}
.AnyTagClassName
{
color: #ED7C89;
}
</style>
background-color css
<style>
a { background-color: #ED7C89; }
a { background-color: rgb(237,124,137); }
div.DivClassName
{
background-color: #ED7C89;
}
.BgClassName
{
background-color: #ED7C89;
}
</style>
border-color css
<style>
span { border-color: #ED7C89; }
span { border-color: rgb(237,124,137); }
td.TdClassName
{
border-color: #ED7C89;
}
.TagClassName
{
border-color: #ED7C89;
}
</style>