Shades of Carissma #ED8293
Tints of Carissma #ED8293
RGB
CMYK
RGB Variations
Color information
#ED8293 (or 0xED8293) is known color: Carissma. HEX triplet: ED, 82 and 93. RGB value is (237,130,147). Sum of RGB (Red+Green+Blue) = 237+130+147=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8293 is #127D6C. Grayscale: #A3A3A3. Windows color (decimal): -1211757 or 9667309. OLE color: 9667309.
HSL color Cylindrical-coordinate representation of color #ED8293: hue angle of 350.47º 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 #ED8293 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 147 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.07 |
| HSL | 350.47º | 0.75% | 0.72% | - |
| HSV(B) | 350.47º | 0.45% | 0.93% | - |
| XYZ | 48.17 | 36.08 | 32.03 | - |
| YUV | 163.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 147 | 0 | 0.45 | 0.38 | 0.07 | 350.47 | 0.75 | 0.72 |
| Hex | ED | 82 | 93 | 0 | 2D | 26 | 7 | 15E | 4B | 48 |
| Octal | 355 | 202 | 223 | 0 | 55 | 46 | 7 | 536 | 113 | 110 |
| Binary | 11101101 | 10000010 | 10010011 | 0 | 101101 | 100110 | 111 | 101011110 | 1001011 | 1001000 |
Color Harmonies of #ED8293
Complementary color
Monochromatic Colors of #ED8293
Black with #ED8293
Text Example
Text Example
White with #ED8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8293; }
p { color: rgb(237,130,147); }
H1.HeaderClassName
{
color: #ED8293;
}
.AnyTagClassName
{
color: #ED8293;
}
</style>
background-color css
<style>
a { background-color: #ED8293; }
a { background-color: rgb(237,130,147); }
div.DivClassName
{
background-color: #ED8293;
}
.BgClassName
{
background-color: #ED8293;
}
</style>
border-color css
<style>
span { border-color: #ED8293; }
span { border-color: rgb(237,130,147); }
td.TdClassName
{
border-color: #ED8293;
}
.TagClassName
{
border-color: #ED8293;
}
</style>