Shades of Carissma #ED8096
Tints of Carissma #ED8096
RGB
CMYK
RGB Variations
Color information
#ED8096 (or 0xED8096) is known color: Carissma. HEX triplet: ED, 80 and 96. RGB value is (237,128,150). Sum of RGB (Red+Green+Blue) = 237+128+150=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8096 is #127F69. Grayscale: #A3A3A3. Windows color (decimal): -1212266 or 9863405. OLE color: 9863405.
HSL color Cylindrical-coordinate representation of color #ED8096: hue angle of 347.89º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8096 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 150 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.07 |
| HSL | 347.89º | 0.75% | 0.72% | - |
| HSV(B) | 347.89º | 0.46% | 0.93% | - |
| XYZ | 48.15 | 35.64 | 33.2 | - |
| YUV | 163.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 150 | 0 | 0.46 | 0.37 | 0.07 | 347.89 | 0.75 | 0.72 |
| Hex | ED | 80 | 96 | 0 | 2E | 25 | 7 | 15C | 4B | 48 |
| Octal | 355 | 200 | 226 | 0 | 56 | 45 | 7 | 534 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10010110 | 0 | 101110 | 100101 | 111 | 101011100 | 1001011 | 1001000 |
Color Harmonies of #ED8096
Complementary color
Monochromatic Colors of #ED8096
Black with #ED8096
Text Example
Text Example
White with #ED8096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8096; }
p { color: rgb(237,128,150); }
H1.HeaderClassName
{
color: #ED8096;
}
.AnyTagClassName
{
color: #ED8096;
}
</style>
background-color css
<style>
a { background-color: #ED8096; }
a { background-color: rgb(237,128,150); }
div.DivClassName
{
background-color: #ED8096;
}
.BgClassName
{
background-color: #ED8096;
}
</style>
border-color css
<style>
span { border-color: #ED8096; }
span { border-color: rgb(237,128,150); }
td.TdClassName
{
border-color: #ED8096;
}
.TagClassName
{
border-color: #ED8096;
}
</style>