Shades of Carissma #ED799E
Tints of Carissma #ED799E
RGB
CMYK
RGB Variations
Color information
#ED799E (or 0xED799E) is known color: Carissma. HEX triplet: ED, 79 and 9E. RGB value is (237,121,158). Sum of RGB (Red+Green+Blue) = 237+121+158=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED799E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED799E is #128661. Grayscale: #9F9F9F. Windows color (decimal): -1214050 or 10385901. OLE color: 10385901.
HSL color Cylindrical-coordinate representation of color #ED799E: hue angle of 340.86º 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 #ED799E is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 158 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.07 |
| HSL | 340.86º | 0.76% | 0.7% | - |
| HSV(B) | 340.86º | 0.49% | 0.93% | - |
| XYZ | 47.93 | 34.15 | 36.41 | - |
| YUV | 159.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 158 | 0 | 0.49 | 0.33 | 0.07 | 340.86 | 0.76 | 0.7 |
| Hex | ED | 79 | 9E | 0 | 31 | 21 | 7 | 155 | 4C | 46 |
| Octal | 355 | 171 | 236 | 0 | 61 | 41 | 7 | 525 | 114 | 106 |
| Binary | 11101101 | 1111001 | 10011110 | 0 | 110001 | 100001 | 111 | 101010101 | 1001100 | 1000110 |
Color Harmonies of #ED799E
Complementary color
Monochromatic Colors of #ED799E
Black with #ED799E
Text Example
Text Example
White with #ED799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED799E; }
p { color: rgb(237,121,158); }
H1.HeaderClassName
{
color: #ED799E;
}
.AnyTagClassName
{
color: #ED799E;
}
</style>
background-color css
<style>
a { background-color: #ED799E; }
a { background-color: rgb(237,121,158); }
div.DivClassName
{
background-color: #ED799E;
}
.BgClassName
{
background-color: #ED799E;
}
</style>
border-color css
<style>
span { border-color: #ED799E; }
span { border-color: rgb(237,121,158); }
td.TdClassName
{
border-color: #ED799E;
}
.TagClassName
{
border-color: #ED799E;
}
</style>