Shades of Carissma #ED779D
Tints of Carissma #ED779D
RGB
CMYK
RGB Variations
Color information
#ED779D (or 0xED779D) is known color: Carissma. HEX triplet: ED, 77 and 9D. RGB value is (237,119,157). Sum of RGB (Red+Green+Blue) = 237+119+157=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED779D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED779D is #128862. Grayscale: #9E9E9E. Windows color (decimal): -1214563 or 10319853. OLE color: 10319853.
HSL color Cylindrical-coordinate representation of color #ED779D: hue angle of 340.68º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED779D is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 157 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.07 |
| HSL | 340.68º | 0.77% | 0.7% | - |
| HSV(B) | 340.68º | 0.5% | 0.93% | - |
| XYZ | 47.61 | 33.63 | 35.88 | - |
| YUV | 158.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 157 | 0 | 0.50 | 0.34 | 0.07 | 340.68 | 0.77 | 0.7 |
| Hex | ED | 77 | 9D | 0 | 32 | 22 | 7 | 155 | 4D | 46 |
| Octal | 355 | 167 | 235 | 0 | 62 | 42 | 7 | 525 | 115 | 106 |
| Binary | 11101101 | 1110111 | 10011101 | 0 | 110010 | 100010 | 111 | 101010101 | 1001101 | 1000110 |
Color Harmonies of #ED779D
Complementary color
Monochromatic Colors of #ED779D
Black with #ED779D
Text Example
Text Example
White with #ED779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED779D; }
p { color: rgb(237,119,157); }
H1.HeaderClassName
{
color: #ED779D;
}
.AnyTagClassName
{
color: #ED779D;
}
</style>
background-color css
<style>
a { background-color: #ED779D; }
a { background-color: rgb(237,119,157); }
div.DivClassName
{
background-color: #ED779D;
}
.BgClassName
{
background-color: #ED779D;
}
</style>
border-color css
<style>
span { border-color: #ED779D; }
span { border-color: rgb(237,119,157); }
td.TdClassName
{
border-color: #ED779D;
}
.TagClassName
{
border-color: #ED779D;
}
</style>