Shades of Carissma #ED7D89
Tints of Carissma #ED7D89
RGB
CMYK
RGB Variations
Color information
#ED7D89 (or 0xED7D89) is known color: Carissma. HEX triplet: ED, 7D and 89. RGB value is (237,125,137). Sum of RGB (Red+Green+Blue) = 237+125+137=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D89 is #128276. Grayscale: #9F9F9F. Windows color (decimal): -1213047 or 9010669. OLE color: 9010669.
HSL color Cylindrical-coordinate representation of color #ED7D89: hue angle of 353.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7D89 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 137 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.07 |
| HSL | 353.57º | 0.76% | 0.71% | - |
| HSV(B) | 353.57º | 0.47% | 0.93% | - |
| XYZ | 46.77 | 34.48 | 27.86 | - |
| YUV | 159.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 137 | 0 | 0.47 | 0.42 | 0.07 | 353.57 | 0.76 | 0.71 |
| Hex | ED | 7D | 89 | 0 | 2F | 2A | 7 | 162 | 4C | 47 |
| Octal | 355 | 175 | 211 | 0 | 57 | 52 | 7 | 542 | 114 | 107 |
| Binary | 11101101 | 1111101 | 10001001 | 0 | 101111 | 101010 | 111 | 101100010 | 1001100 | 1000111 |
Color Harmonies of #ED7D89
Complementary color
Monochromatic Colors of #ED7D89
Black with #ED7D89
Text Example
Text Example
White with #ED7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7D89; }
p { color: rgb(237,125,137); }
H1.HeaderClassName
{
color: #ED7D89;
}
.AnyTagClassName
{
color: #ED7D89;
}
</style>
background-color css
<style>
a { background-color: #ED7D89; }
a { background-color: rgb(237,125,137); }
div.DivClassName
{
background-color: #ED7D89;
}
.BgClassName
{
background-color: #ED7D89;
}
</style>
border-color css
<style>
span { border-color: #ED7D89; }
span { border-color: rgb(237,125,137); }
td.TdClassName
{
border-color: #ED7D89;
}
.TagClassName
{
border-color: #ED7D89;
}
</style>