Shades of Carissma #ED789F
Tints of Carissma #ED789F
RGB
CMYK
RGB Variations
Color information
#ED789F (or 0xED789F) is known color: Carissma. HEX triplet: ED, 78 and 9F. RGB value is (237,120,159). Sum of RGB (Red+Green+Blue) = 237+120+159=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED789F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED789F is #128760. Grayscale: #9F9F9F. Windows color (decimal): -1214305 or 10451181. OLE color: 10451181.
HSL color Cylindrical-coordinate representation of color #ED789F: hue angle of 340º 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 #ED789F is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 159 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.07 |
| HSL | 340º | 0.76% | 0.7% | - |
| HSV(B) | 340º | 0.49% | 0.93% | - |
| XYZ | 47.9 | 33.94 | 36.83 | - |
| YUV | 159.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 159 | 0 | 0.49 | 0.33 | 0.07 | 340 | 0.76 | 0.7 |
| Hex | ED | 78 | 9F | 0 | 31 | 21 | 7 | 154 | 4C | 46 |
| Octal | 355 | 170 | 237 | 0 | 61 | 41 | 7 | 524 | 114 | 106 |
| Binary | 11101101 | 1111000 | 10011111 | 0 | 110001 | 100001 | 111 | 101010100 | 1001100 | 1000110 |
Color Harmonies of #ED789F
Complementary color
Monochromatic Colors of #ED789F
Black with #ED789F
Text Example
Text Example
White with #ED789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED789F; }
p { color: rgb(237,120,159); }
H1.HeaderClassName
{
color: #ED789F;
}
.AnyTagClassName
{
color: #ED789F;
}
</style>
background-color css
<style>
a { background-color: #ED789F; }
a { background-color: rgb(237,120,159); }
div.DivClassName
{
background-color: #ED789F;
}
.BgClassName
{
background-color: #ED789F;
}
</style>
border-color css
<style>
span { border-color: #ED789F; }
span { border-color: rgb(237,120,159); }
td.TdClassName
{
border-color: #ED789F;
}
.TagClassName
{
border-color: #ED789F;
}
</style>