Shades of Carissma #ED8296
Tints of Carissma #ED8296
RGB
CMYK
RGB Variations
Color information
#ED8296 (or 0xED8296) is known color: Carissma. HEX triplet: ED, 82 and 96. RGB value is (237,130,150). Sum of RGB (Red+Green+Blue) = 237+130+150=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8296 is #127D69. Grayscale: #A4A4A4. Windows color (decimal): -1211754 or 9863917. OLE color: 9863917.
HSL color Cylindrical-coordinate representation of color #ED8296: hue angle of 348.79º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8296 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 150 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.07 |
| HSL | 348.79º | 0.75% | 0.72% | - |
| HSV(B) | 348.79º | 0.45% | 0.93% | - |
| XYZ | 48.41 | 36.17 | 33.28 | - |
| YUV | 164.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 150 | 0 | 0.45 | 0.37 | 0.07 | 348.79 | 0.75 | 0.72 |
| Hex | ED | 82 | 96 | 0 | 2D | 25 | 7 | 15D | 4B | 48 |
| Octal | 355 | 202 | 226 | 0 | 55 | 45 | 7 | 535 | 113 | 110 |
| Binary | 11101101 | 10000010 | 10010110 | 0 | 101101 | 100101 | 111 | 101011101 | 1001011 | 1001000 |
Color Harmonies of #ED8296
Complementary color
Monochromatic Colors of #ED8296
Black with #ED8296
Text Example
Text Example
White with #ED8296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8296; }
p { color: rgb(237,130,150); }
H1.HeaderClassName
{
color: #ED8296;
}
.AnyTagClassName
{
color: #ED8296;
}
</style>
background-color css
<style>
a { background-color: #ED8296; }
a { background-color: rgb(237,130,150); }
div.DivClassName
{
background-color: #ED8296;
}
.BgClassName
{
background-color: #ED8296;
}
</style>
border-color css
<style>
span { border-color: #ED8296; }
span { border-color: rgb(237,130,150); }
td.TdClassName
{
border-color: #ED8296;
}
.TagClassName
{
border-color: #ED8296;
}
</style>