Shades of Carissma #ED8095
Tints of Carissma #ED8095
RGB
CMYK
RGB Variations
Color information
#ED8095 (or 0xED8095) is known color: Carissma. HEX triplet: ED, 80 and 95. RGB value is (237,128,149). Sum of RGB (Red+Green+Blue) = 237+128+149=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8095 is #127F6A. Grayscale: #A3A3A3. Windows color (decimal): -1212267 or 9797869. OLE color: 9797869.
HSL color Cylindrical-coordinate representation of color #ED8095: hue angle of 348.44º 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 #ED8095 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 149 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.07 |
| HSL | 348.44º | 0.75% | 0.72% | - |
| HSV(B) | 348.44º | 0.46% | 0.93% | - |
| XYZ | 48.07 | 35.61 | 32.77 | - |
| YUV | 162.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 149 | 0 | 0.46 | 0.37 | 0.07 | 348.44 | 0.75 | 0.72 |
| Hex | ED | 80 | 95 | 0 | 2E | 25 | 7 | 15C | 4B | 48 |
| Octal | 355 | 200 | 225 | 0 | 56 | 45 | 7 | 534 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10010101 | 0 | 101110 | 100101 | 111 | 101011100 | 1001011 | 1001000 |
Color Harmonies of #ED8095
Complementary color
Monochromatic Colors of #ED8095
Black with #ED8095
Text Example
Text Example
White with #ED8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8095; }
p { color: rgb(237,128,149); }
H1.HeaderClassName
{
color: #ED8095;
}
.AnyTagClassName
{
color: #ED8095;
}
</style>
background-color css
<style>
a { background-color: #ED8095; }
a { background-color: rgb(237,128,149); }
div.DivClassName
{
background-color: #ED8095;
}
.BgClassName
{
background-color: #ED8095;
}
</style>
border-color css
<style>
span { border-color: #ED8095; }
span { border-color: rgb(237,128,149); }
td.TdClassName
{
border-color: #ED8095;
}
.TagClassName
{
border-color: #ED8095;
}
</style>