Shades of Carissma #ED7799
Tints of Carissma #ED7799
RGB
CMYK
RGB Variations
Color information
#ED7799 (or 0xED7799) is known color: Carissma. HEX triplet: ED, 77 and 99. RGB value is (237,119,153). Sum of RGB (Red+Green+Blue) = 237+119+153=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7799 is #128866. Grayscale: #9E9E9E. Windows color (decimal): -1214567 or 10057709. OLE color: 10057709.
HSL color Cylindrical-coordinate representation of color #ED7799: hue angle of 342.71º 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 #ED7799 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 153 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.07 |
| HSL | 342.71º | 0.77% | 0.7% | - |
| HSV(B) | 342.71º | 0.5% | 0.93% | - |
| XYZ | 47.27 | 33.5 | 34.11 | - |
| YUV | 158.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 153 | 0 | 0.50 | 0.35 | 0.07 | 342.71 | 0.77 | 0.7 |
| Hex | ED | 77 | 99 | 0 | 32 | 23 | 7 | 157 | 4D | 46 |
| Octal | 355 | 167 | 231 | 0 | 62 | 43 | 7 | 527 | 115 | 106 |
| Binary | 11101101 | 1110111 | 10011001 | 0 | 110010 | 100011 | 111 | 101010111 | 1001101 | 1000110 |
Color Harmonies of #ED7799
Complementary color
Monochromatic Colors of #ED7799
Black with #ED7799
Text Example
Text Example
White with #ED7799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7799; }
p { color: rgb(237,119,153); }
H1.HeaderClassName
{
color: #ED7799;
}
.AnyTagClassName
{
color: #ED7799;
}
</style>
background-color css
<style>
a { background-color: #ED7799; }
a { background-color: rgb(237,119,153); }
div.DivClassName
{
background-color: #ED7799;
}
.BgClassName
{
background-color: #ED7799;
}
</style>
border-color css
<style>
span { border-color: #ED7799; }
span { border-color: rgb(237,119,153); }
td.TdClassName
{
border-color: #ED7799;
}
.TagClassName
{
border-color: #ED7799;
}
</style>