Shades of Carissma #ED778F
Tints of Carissma #ED778F
RGB
CMYK
RGB Variations
Color information
#ED778F (or 0xED778F) is known color: Carissma. HEX triplet: ED, 77 and 8F. RGB value is (237,119,143). Sum of RGB (Red+Green+Blue) = 237+119+143=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED778F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED778F is #128870. Grayscale: #9D9D9D. Windows color (decimal): -1214577 or 9402349. OLE color: 9402349.
HSL color Cylindrical-coordinate representation of color #ED778F: hue angle of 347.8º 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 #ED778F is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 143 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.07 |
| HSL | 347.8º | 0.77% | 0.7% | - |
| HSV(B) | 347.8º | 0.5% | 0.93% | - |
| XYZ | 46.48 | 33.18 | 29.94 | - |
| YUV | 157.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 143 | 0 | 0.50 | 0.40 | 0.07 | 347.8 | 0.77 | 0.7 |
| Hex | ED | 77 | 8F | 0 | 32 | 28 | 7 | 15C | 4D | 46 |
| Octal | 355 | 167 | 217 | 0 | 62 | 50 | 7 | 534 | 115 | 106 |
| Binary | 11101101 | 1110111 | 10001111 | 0 | 110010 | 101000 | 111 | 101011100 | 1001101 | 1000110 |
Color Harmonies of #ED778F
Complementary color
Monochromatic Colors of #ED778F
Black with #ED778F
Text Example
Text Example
White with #ED778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED778F; }
p { color: rgb(237,119,143); }
H1.HeaderClassName
{
color: #ED778F;
}
.AnyTagClassName
{
color: #ED778F;
}
</style>
background-color css
<style>
a { background-color: #ED778F; }
a { background-color: rgb(237,119,143); }
div.DivClassName
{
background-color: #ED778F;
}
.BgClassName
{
background-color: #ED778F;
}
</style>
border-color css
<style>
span { border-color: #ED778F; }
span { border-color: rgb(237,119,143); }
td.TdClassName
{
border-color: #ED778F;
}
.TagClassName
{
border-color: #ED778F;
}
</style>