Shades of Carissma #ED7F86
Tints of Carissma #ED7F86
RGB
CMYK
RGB Variations
Color information
#ED7F86 (or 0xED7F86) is known color: Carissma. HEX triplet: ED, 7F and 86. RGB value is (237,127,134). Sum of RGB (Red+Green+Blue) = 237+127+134=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F86 is #128079. Grayscale: #A0A0A0. Windows color (decimal): -1212538 or 8814573. OLE color: 8814573.
HSL color Cylindrical-coordinate representation of color #ED7F86: hue angle of 356.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7F86 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 134 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.07 |
| HSL | 356.18º | 0.75% | 0.71% | - |
| HSV(B) | 356.18º | 0.46% | 0.93% | - |
| XYZ | 46.82 | 34.9 | 26.82 | - |
| YUV | 160.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 134 | 0 | 0.46 | 0.43 | 0.07 | 356.18 | 0.75 | 0.71 |
| Hex | ED | 7F | 86 | 0 | 2E | 2B | 7 | 164 | 4B | 47 |
| Octal | 355 | 177 | 206 | 0 | 56 | 53 | 7 | 544 | 113 | 107 |
| Binary | 11101101 | 1111111 | 10000110 | 0 | 101110 | 101011 | 111 | 101100100 | 1001011 | 1000111 |
Color Harmonies of #ED7F86
Complementary color
Monochromatic Colors of #ED7F86
Black with #ED7F86
Text Example
Text Example
White with #ED7F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F86; }
p { color: rgb(237,127,134); }
H1.HeaderClassName
{
color: #ED7F86;
}
.AnyTagClassName
{
color: #ED7F86;
}
</style>
background-color css
<style>
a { background-color: #ED7F86; }
a { background-color: rgb(237,127,134); }
div.DivClassName
{
background-color: #ED7F86;
}
.BgClassName
{
background-color: #ED7F86;
}
</style>
border-color css
<style>
span { border-color: #ED7F86; }
span { border-color: rgb(237,127,134); }
td.TdClassName
{
border-color: #ED7F86;
}
.TagClassName
{
border-color: #ED7F86;
}
</style>