Shades of Carissma #ED7699
Tints of Carissma #ED7699
RGB
CMYK
RGB Variations
Color information
#ED7699 (or 0xED7699) is known color: Carissma. HEX triplet: ED, 76 and 99. RGB value is (237,118,153). Sum of RGB (Red+Green+Blue) = 237+118+153=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7699 is #128966. Grayscale: #9D9D9D. Windows color (decimal): -1214823 or 10057453. OLE color: 10057453.
HSL color Cylindrical-coordinate representation of color #ED7699: hue angle of 342.35º 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 #ED7699 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 153 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.07 |
| HSL | 342.35º | 0.77% | 0.7% | - |
| HSV(B) | 342.35º | 0.5% | 0.93% | - |
| XYZ | 47.15 | 33.26 | 34.07 | - |
| YUV | 157.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 153 | 0 | 0.50 | 0.35 | 0.07 | 342.35 | 0.77 | 0.7 |
| Hex | ED | 76 | 99 | 0 | 32 | 23 | 7 | 156 | 4D | 46 |
| Octal | 355 | 166 | 231 | 0 | 62 | 43 | 7 | 526 | 115 | 106 |
| Binary | 11101101 | 1110110 | 10011001 | 0 | 110010 | 100011 | 111 | 101010110 | 1001101 | 1000110 |
Color Harmonies of #ED7699
Complementary color
Monochromatic Colors of #ED7699
Black with #ED7699
Text Example
Text Example
White with #ED7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7699; }
p { color: rgb(237,118,153); }
H1.HeaderClassName
{
color: #ED7699;
}
.AnyTagClassName
{
color: #ED7699;
}
</style>
background-color css
<style>
a { background-color: #ED7699; }
a { background-color: rgb(237,118,153); }
div.DivClassName
{
background-color: #ED7699;
}
.BgClassName
{
background-color: #ED7699;
}
</style>
border-color css
<style>
span { border-color: #ED7699; }
span { border-color: rgb(237,118,153); }
td.TdClassName
{
border-color: #ED7699;
}
.TagClassName
{
border-color: #ED7699;
}
</style>