Shades of Carissma #ED7D88
Tints of Carissma #ED7D88
RGB
CMYK
RGB Variations
Color information
#ED7D88 (or 0xED7D88) is known color: Carissma. HEX triplet: ED, 7D and 88. RGB value is (237,125,136). Sum of RGB (Red+Green+Blue) = 237+125+136=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D88 is #128277. Grayscale: #9F9F9F. Windows color (decimal): -1213048 or 8945133. OLE color: 8945133.
HSL color Cylindrical-coordinate representation of color #ED7D88: hue angle of 354.11º 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 #ED7D88 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 136 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.07 |
| HSL | 354.11º | 0.76% | 0.71% | - |
| HSV(B) | 354.11º | 0.47% | 0.93% | - |
| XYZ | 46.7 | 34.45 | 27.48 | - |
| YUV | 159.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 136 | 0 | 0.47 | 0.43 | 0.07 | 354.11 | 0.76 | 0.71 |
| Hex | ED | 7D | 88 | 0 | 2F | 2B | 7 | 162 | 4C | 47 |
| Octal | 355 | 175 | 210 | 0 | 57 | 53 | 7 | 542 | 114 | 107 |
| Binary | 11101101 | 1111101 | 10001000 | 0 | 101111 | 101011 | 111 | 101100010 | 1001100 | 1000111 |
Color Harmonies of #ED7D88
Complementary color
Monochromatic Colors of #ED7D88
Black with #ED7D88
Text Example
Text Example
White with #ED7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7D88; }
p { color: rgb(237,125,136); }
H1.HeaderClassName
{
color: #ED7D88;
}
.AnyTagClassName
{
color: #ED7D88;
}
</style>
background-color css
<style>
a { background-color: #ED7D88; }
a { background-color: rgb(237,125,136); }
div.DivClassName
{
background-color: #ED7D88;
}
.BgClassName
{
background-color: #ED7D88;
}
</style>
border-color css
<style>
span { border-color: #ED7D88; }
span { border-color: rgb(237,125,136); }
td.TdClassName
{
border-color: #ED7D88;
}
.TagClassName
{
border-color: #ED7D88;
}
</style>