Shades of Carissma #ED7690
Tints of Carissma #ED7690
RGB
CMYK
RGB Variations
Color information
#ED7690 (or 0xED7690) is known color: Carissma. HEX triplet: ED, 76 and 90. RGB value is (237,118,144). Sum of RGB (Red+Green+Blue) = 237+118+144=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7690 is #12896F. Grayscale: #9C9C9C. Windows color (decimal): -1214832 or 9467629. OLE color: 9467629.
HSL color Cylindrical-coordinate representation of color #ED7690: hue angle of 346.89º 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 #ED7690 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 144 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.07 |
| HSL | 346.89º | 0.77% | 0.7% | - |
| HSV(B) | 346.89º | 0.5% | 0.93% | - |
| XYZ | 46.44 | 32.98 | 30.3 | - |
| YUV | 156.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 144 | 0 | 0.50 | 0.39 | 0.07 | 346.89 | 0.77 | 0.7 |
| Hex | ED | 76 | 90 | 0 | 32 | 27 | 7 | 15B | 4D | 46 |
| Octal | 355 | 166 | 220 | 0 | 62 | 47 | 7 | 533 | 115 | 106 |
| Binary | 11101101 | 1110110 | 10010000 | 0 | 110010 | 100111 | 111 | 101011011 | 1001101 | 1000110 |
Color Harmonies of #ED7690
Complementary color
Monochromatic Colors of #ED7690
Black with #ED7690
Text Example
Text Example
White with #ED7690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7690; }
p { color: rgb(237,118,144); }
H1.HeaderClassName
{
color: #ED7690;
}
.AnyTagClassName
{
color: #ED7690;
}
</style>
background-color css
<style>
a { background-color: #ED7690; }
a { background-color: rgb(237,118,144); }
div.DivClassName
{
background-color: #ED7690;
}
.BgClassName
{
background-color: #ED7690;
}
</style>
border-color css
<style>
span { border-color: #ED7690; }
span { border-color: rgb(237,118,144); }
td.TdClassName
{
border-color: #ED7690;
}
.TagClassName
{
border-color: #ED7690;
}
</style>