Shades of Carissma #ED8796
Tints of Carissma #ED8796
RGB
CMYK
RGB Variations
Color information
#ED8796 (or 0xED8796) is known color: Carissma. HEX triplet: ED, 87 and 96. RGB value is (237,135,150). Sum of RGB (Red+Green+Blue) = 237+135+150=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8796 is #127869. Grayscale: #A7A7A7. Windows color (decimal): -1210474 or 9865197. OLE color: 9865197.
HSL color Cylindrical-coordinate representation of color #ED8796: hue angle of 351.18º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8796 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 150 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.07 |
| HSL | 351.18º | 0.74% | 0.73% | - |
| HSV(B) | 351.18º | 0.43% | 0.93% | - |
| XYZ | 49.09 | 37.53 | 33.51 | - |
| YUV | 167.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 150 | 0 | 0.43 | 0.37 | 0.07 | 351.18 | 0.74 | 0.73 |
| Hex | ED | 87 | 96 | 0 | 2B | 25 | 7 | 15F | 4A | 49 |
| Octal | 355 | 207 | 226 | 0 | 53 | 45 | 7 | 537 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10010110 | 0 | 101011 | 100101 | 111 | 101011111 | 1001010 | 1001001 |
Color Harmonies of #ED8796
Complementary color
Monochromatic Colors of #ED8796
Black with #ED8796
Text Example
Text Example
White with #ED8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8796; }
p { color: rgb(237,135,150); }
H1.HeaderClassName
{
color: #ED8796;
}
.AnyTagClassName
{
color: #ED8796;
}
</style>
background-color css
<style>
a { background-color: #ED8796; }
a { background-color: rgb(237,135,150); }
div.DivClassName
{
background-color: #ED8796;
}
.BgClassName
{
background-color: #ED8796;
}
</style>
border-color css
<style>
span { border-color: #ED8796; }
span { border-color: rgb(237,135,150); }
td.TdClassName
{
border-color: #ED8796;
}
.TagClassName
{
border-color: #ED8796;
}
</style>