Shades of Carissma #ED8393
Tints of Carissma #ED8393
RGB
CMYK
RGB Variations
Color information
#ED8393 (or 0xED8393) is known color: Carissma. HEX triplet: ED, 83 and 93. RGB value is (237,131,147). Sum of RGB (Red+Green+Blue) = 237+131+147=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8393 is #127C6C. Grayscale: #A4A4A4. Windows color (decimal): -1211501 or 9667565. OLE color: 9667565.
HSL color Cylindrical-coordinate representation of color #ED8393: hue angle of 350.94º 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 #ED8393 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 147 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.07 |
| HSL | 350.94º | 0.75% | 0.72% | - |
| HSV(B) | 350.94º | 0.45% | 0.93% | - |
| XYZ | 48.31 | 36.34 | 32.07 | - |
| YUV | 164.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 147 | 0 | 0.45 | 0.38 | 0.07 | 350.94 | 0.75 | 0.72 |
| Hex | ED | 83 | 93 | 0 | 2D | 26 | 7 | 15F | 4B | 48 |
| Octal | 355 | 203 | 223 | 0 | 55 | 46 | 7 | 537 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10010011 | 0 | 101101 | 100110 | 111 | 101011111 | 1001011 | 1001000 |
Color Harmonies of #ED8393
Complementary color
Monochromatic Colors of #ED8393
Black with #ED8393
Text Example
Text Example
White with #ED8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8393; }
p { color: rgb(237,131,147); }
H1.HeaderClassName
{
color: #ED8393;
}
.AnyTagClassName
{
color: #ED8393;
}
</style>
background-color css
<style>
a { background-color: #ED8393; }
a { background-color: rgb(237,131,147); }
div.DivClassName
{
background-color: #ED8393;
}
.BgClassName
{
background-color: #ED8393;
}
</style>
border-color css
<style>
span { border-color: #ED8393; }
span { border-color: rgb(237,131,147); }
td.TdClassName
{
border-color: #ED8393;
}
.TagClassName
{
border-color: #ED8393;
}
</style>