Shades of Carissma #ED7990
Tints of Carissma #ED7990
RGB
CMYK
RGB Variations
Color information
#ED7990 (or 0xED7990) is known color: Carissma. HEX triplet: ED, 79 and 90. RGB value is (237,121,144). Sum of RGB (Red+Green+Blue) = 237+121+144=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7990 is #12866F. Grayscale: #9E9E9E. Windows color (decimal): -1214064 or 9468397. OLE color: 9468397.
HSL color Cylindrical-coordinate representation of color #ED7990: hue angle of 348.1º 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 #ED7990 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 144 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.07 |
| HSL | 348.1º | 0.76% | 0.7% | - |
| HSV(B) | 348.1º | 0.49% | 0.93% | - |
| XYZ | 46.8 | 33.69 | 30.42 | - |
| YUV | 158.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 144 | 0 | 0.49 | 0.39 | 0.07 | 348.1 | 0.76 | 0.7 |
| Hex | ED | 79 | 90 | 0 | 31 | 27 | 7 | 15C | 4C | 46 |
| Octal | 355 | 171 | 220 | 0 | 61 | 47 | 7 | 534 | 114 | 106 |
| Binary | 11101101 | 1111001 | 10010000 | 0 | 110001 | 100111 | 111 | 101011100 | 1001100 | 1000110 |
Color Harmonies of #ED7990
Complementary color
Monochromatic Colors of #ED7990
Black with #ED7990
Text Example
Text Example
White with #ED7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7990; }
p { color: rgb(237,121,144); }
H1.HeaderClassName
{
color: #ED7990;
}
.AnyTagClassName
{
color: #ED7990;
}
</style>
background-color css
<style>
a { background-color: #ED7990; }
a { background-color: rgb(237,121,144); }
div.DivClassName
{
background-color: #ED7990;
}
.BgClassName
{
background-color: #ED7990;
}
</style>
border-color css
<style>
span { border-color: #ED7990; }
span { border-color: rgb(237,121,144); }
td.TdClassName
{
border-color: #ED7990;
}
.TagClassName
{
border-color: #ED7990;
}
</style>