Shades of Carissma #ED7796
Tints of Carissma #ED7796
RGB
CMYK
RGB Variations
Color information
#ED7796 (or 0xED7796) is known color: Carissma. HEX triplet: ED, 77 and 96. RGB value is (237,119,150). Sum of RGB (Red+Green+Blue) = 237+119+150=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7796 is #128869. Grayscale: #9D9D9D. Windows color (decimal): -1214570 or 9861101. OLE color: 9861101.
HSL color Cylindrical-coordinate representation of color #ED7796: hue angle of 344.24º 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 #ED7796 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 150 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.07 |
| HSL | 344.24º | 0.77% | 0.7% | - |
| HSV(B) | 344.24º | 0.5% | 0.93% | - |
| XYZ | 47.03 | 33.4 | 32.82 | - |
| YUV | 157.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 150 | 0 | 0.50 | 0.37 | 0.07 | 344.24 | 0.77 | 0.7 |
| Hex | ED | 77 | 96 | 0 | 32 | 25 | 7 | 158 | 4D | 46 |
| Octal | 355 | 167 | 226 | 0 | 62 | 45 | 7 | 530 | 115 | 106 |
| Binary | 11101101 | 1110111 | 10010110 | 0 | 110010 | 100101 | 111 | 101011000 | 1001101 | 1000110 |
Color Harmonies of #ED7796
Complementary color
Monochromatic Colors of #ED7796
Black with #ED7796
Text Example
Text Example
White with #ED7796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7796; }
p { color: rgb(237,119,150); }
H1.HeaderClassName
{
color: #ED7796;
}
.AnyTagClassName
{
color: #ED7796;
}
</style>
background-color css
<style>
a { background-color: #ED7796; }
a { background-color: rgb(237,119,150); }
div.DivClassName
{
background-color: #ED7796;
}
.BgClassName
{
background-color: #ED7796;
}
</style>
border-color css
<style>
span { border-color: #ED7796; }
span { border-color: rgb(237,119,150); }
td.TdClassName
{
border-color: #ED7796;
}
.TagClassName
{
border-color: #ED7796;
}
</style>