Shades of Carissma #ED8593
Tints of Carissma #ED8593
RGB
CMYK
RGB Variations
Color information
#ED8593 (or 0xED8593) is known color: Carissma. HEX triplet: ED, 85 and 93. RGB value is (237,133,147). Sum of RGB (Red+Green+Blue) = 237+133+147=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8593 is #127A6C. Grayscale: #A5A5A5. Windows color (decimal): -1210989 or 9668077. OLE color: 9668077.
HSL color Cylindrical-coordinate representation of color #ED8593: hue angle of 351.92º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8593 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 147 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.07 |
| HSL | 351.92º | 0.74% | 0.73% | - |
| HSV(B) | 351.92º | 0.44% | 0.93% | - |
| XYZ | 48.58 | 36.89 | 32.16 | - |
| YUV | 165.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 147 | 0 | 0.44 | 0.38 | 0.07 | 351.92 | 0.74 | 0.73 |
| Hex | ED | 85 | 93 | 0 | 2C | 26 | 7 | 160 | 4A | 49 |
| Octal | 355 | 205 | 223 | 0 | 54 | 46 | 7 | 540 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10010011 | 0 | 101100 | 100110 | 111 | 101100000 | 1001010 | 1001001 |
Color Harmonies of #ED8593
Complementary color
Monochromatic Colors of #ED8593
Black with #ED8593
Text Example
Text Example
White with #ED8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8593; }
p { color: rgb(237,133,147); }
H1.HeaderClassName
{
color: #ED8593;
}
.AnyTagClassName
{
color: #ED8593;
}
</style>
background-color css
<style>
a { background-color: #ED8593; }
a { background-color: rgb(237,133,147); }
div.DivClassName
{
background-color: #ED8593;
}
.BgClassName
{
background-color: #ED8593;
}
</style>
border-color css
<style>
span { border-color: #ED8593; }
span { border-color: rgb(237,133,147); }
td.TdClassName
{
border-color: #ED8593;
}
.TagClassName
{
border-color: #ED8593;
}
</style>