Shades of Carissma #ED788C
Tints of Carissma #ED788C
RGB
CMYK
RGB Variations
Color information
#ED788C (or 0xED788C) is known color: Carissma. HEX triplet: ED, 78 and 8C. RGB value is (237,120,140). Sum of RGB (Red+Green+Blue) = 237+120+140=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED788C is #128773. Grayscale: #9D9D9D. Windows color (decimal): -1214324 or 9205997. OLE color: 9205997.
HSL color Cylindrical-coordinate representation of color #ED788C: hue angle of 349.74º 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 #ED788C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 140 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.07 |
| HSL | 349.74º | 0.76% | 0.7% | - |
| HSV(B) | 349.74º | 0.49% | 0.93% | - |
| XYZ | 46.38 | 33.33 | 28.8 | - |
| YUV | 157.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 140 | 0 | 0.49 | 0.41 | 0.07 | 349.74 | 0.76 | 0.7 |
| Hex | ED | 78 | 8C | 0 | 31 | 29 | 7 | 15E | 4C | 46 |
| Octal | 355 | 170 | 214 | 0 | 61 | 51 | 7 | 536 | 114 | 106 |
| Binary | 11101101 | 1111000 | 10001100 | 0 | 110001 | 101001 | 111 | 101011110 | 1001100 | 1000110 |
Color Harmonies of #ED788C
Complementary color
Monochromatic Colors of #ED788C
Black with #ED788C
Text Example
Text Example
White with #ED788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED788C; }
p { color: rgb(237,120,140); }
H1.HeaderClassName
{
color: #ED788C;
}
.AnyTagClassName
{
color: #ED788C;
}
</style>
background-color css
<style>
a { background-color: #ED788C; }
a { background-color: rgb(237,120,140); }
div.DivClassName
{
background-color: #ED788C;
}
.BgClassName
{
background-color: #ED788C;
}
</style>
border-color css
<style>
span { border-color: #ED788C; }
span { border-color: rgb(237,120,140); }
td.TdClassName
{
border-color: #ED788C;
}
.TagClassName
{
border-color: #ED788C;
}
</style>