Shades of Carissma #ED7B96
Tints of Carissma #ED7B96
RGB
CMYK
RGB Variations
Color information
#ED7B96 (or 0xED7B96) is known color: Carissma. HEX triplet: ED, 7B and 96. RGB value is (237,123,150). Sum of RGB (Red+Green+Blue) = 237+123+150=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7B96 is #128469. Grayscale: #A0A0A0. Windows color (decimal): -1213546 or 9862125. OLE color: 9862125.
HSL color Cylindrical-coordinate representation of color #ED7B96: hue angle of 345.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7B96 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 150 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.07 |
| HSL | 345.79º | 0.76% | 0.71% | - |
| HSV(B) | 345.79º | 0.48% | 0.93% | - |
| XYZ | 47.51 | 34.37 | 32.98 | - |
| YUV | 160.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 150 | 0 | 0.48 | 0.37 | 0.07 | 345.79 | 0.76 | 0.71 |
| Hex | ED | 7B | 96 | 0 | 30 | 25 | 7 | 15A | 4C | 47 |
| Octal | 355 | 173 | 226 | 0 | 60 | 45 | 7 | 532 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10010110 | 0 | 110000 | 100101 | 111 | 101011010 | 1001100 | 1000111 |
Color Harmonies of #ED7B96
Complementary color
Monochromatic Colors of #ED7B96
Black with #ED7B96
Text Example
Text Example
White with #ED7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B96; }
p { color: rgb(237,123,150); }
H1.HeaderClassName
{
color: #ED7B96;
}
.AnyTagClassName
{
color: #ED7B96;
}
</style>
background-color css
<style>
a { background-color: #ED7B96; }
a { background-color: rgb(237,123,150); }
div.DivClassName
{
background-color: #ED7B96;
}
.BgClassName
{
background-color: #ED7B96;
}
</style>
border-color css
<style>
span { border-color: #ED7B96; }
span { border-color: rgb(237,123,150); }
td.TdClassName
{
border-color: #ED7B96;
}
.TagClassName
{
border-color: #ED7B96;
}
</style>