Shades of Carissma #ED799F
Tints of Carissma #ED799F
RGB
CMYK
RGB Variations
Color information
#ED799F (or 0xED799F) is known color: Carissma. HEX triplet: ED, 79 and 9F. RGB value is (237,121,159). Sum of RGB (Red+Green+Blue) = 237+121+159=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED799F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED799F is #128660. Grayscale: #9F9F9F. Windows color (decimal): -1214049 or 10451437. OLE color: 10451437.
HSL color Cylindrical-coordinate representation of color #ED799F: hue angle of 340.34º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED799F is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 159 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.07 |
| HSL | 340.34º | 0.76% | 0.7% | - |
| HSV(B) | 340.34º | 0.49% | 0.93% | - |
| XYZ | 48.02 | 34.18 | 36.87 | - |
| YUV | 160.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 159 | 0 | 0.49 | 0.33 | 0.07 | 340.34 | 0.76 | 0.7 |
| Hex | ED | 79 | 9F | 0 | 31 | 21 | 7 | 154 | 4C | 46 |
| Octal | 355 | 171 | 237 | 0 | 61 | 41 | 7 | 524 | 114 | 106 |
| Binary | 11101101 | 1111001 | 10011111 | 0 | 110001 | 100001 | 111 | 101010100 | 1001100 | 1000110 |
Color Harmonies of #ED799F
Complementary color
Monochromatic Colors of #ED799F
Black with #ED799F
Text Example
Text Example
White with #ED799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED799F; }
p { color: rgb(237,121,159); }
H1.HeaderClassName
{
color: #ED799F;
}
.AnyTagClassName
{
color: #ED799F;
}
</style>
background-color css
<style>
a { background-color: #ED799F; }
a { background-color: rgb(237,121,159); }
div.DivClassName
{
background-color: #ED799F;
}
.BgClassName
{
background-color: #ED799F;
}
</style>
border-color css
<style>
span { border-color: #ED799F; }
span { border-color: rgb(237,121,159); }
td.TdClassName
{
border-color: #ED799F;
}
.TagClassName
{
border-color: #ED799F;
}
</style>