Shades of Carissma #ED7C88
Tints of Carissma #ED7C88
RGB
CMYK
RGB Variations
Color information
#ED7C88 (or 0xED7C88) is known color: Carissma. HEX triplet: ED, 7C and 88. RGB value is (237,124,136). Sum of RGB (Red+Green+Blue) = 237+124+136=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7C88 is #128377. Grayscale: #9F9F9F. Windows color (decimal): -1213304 or 8944877. OLE color: 8944877.
HSL color Cylindrical-coordinate representation of color #ED7C88: hue angle of 353.63º 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 #ED7C88 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 136 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.07 |
| HSL | 353.63º | 0.76% | 0.71% | - |
| HSV(B) | 353.63º | 0.48% | 0.93% | - |
| XYZ | 46.58 | 34.2 | 27.44 | - |
| YUV | 159.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 136 | 0 | 0.48 | 0.43 | 0.07 | 353.63 | 0.76 | 0.71 |
| Hex | ED | 7C | 88 | 0 | 30 | 2B | 7 | 162 | 4C | 47 |
| Octal | 355 | 174 | 210 | 0 | 60 | 53 | 7 | 542 | 114 | 107 |
| Binary | 11101101 | 1111100 | 10001000 | 0 | 110000 | 101011 | 111 | 101100010 | 1001100 | 1000111 |
Color Harmonies of #ED7C88
Complementary color
Monochromatic Colors of #ED7C88
Black with #ED7C88
Text Example
Text Example
White with #ED7C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7C88; }
p { color: rgb(237,124,136); }
H1.HeaderClassName
{
color: #ED7C88;
}
.AnyTagClassName
{
color: #ED7C88;
}
</style>
background-color css
<style>
a { background-color: #ED7C88; }
a { background-color: rgb(237,124,136); }
div.DivClassName
{
background-color: #ED7C88;
}
.BgClassName
{
background-color: #ED7C88;
}
</style>
border-color css
<style>
span { border-color: #ED7C88; }
span { border-color: rgb(237,124,136); }
td.TdClassName
{
border-color: #ED7C88;
}
.TagClassName
{
border-color: #ED7C88;
}
</style>