Shades of Carissma #EC8593
Tints of Carissma #EC8593
RGB
CMYK
RGB Variations
Color information
#EC8593 (or 0xEC8593) is known color: Carissma. HEX triplet: EC, 85 and 93. RGB value is (236,133,147). Sum of RGB (Red+Green+Blue) = 236+133+147=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8593 is #137A6C. Grayscale: #A5A5A5. Windows color (decimal): -1276525 or 9668076. OLE color: 9668076.
HSL color Cylindrical-coordinate representation of color #EC8593: hue angle of 351.84º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8593 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 147 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.07 |
| HSL | 351.84º | 0.73% | 0.72% | - |
| HSV(B) | 351.84º | 0.44% | 0.93% | - |
| XYZ | 48.25 | 36.71 | 32.15 | - |
| YUV | 165.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 147 | 0 | 0.44 | 0.38 | 0.07 | 351.84 | 0.73 | 0.72 |
| Hex | EC | 85 | 93 | 0 | 2C | 26 | 7 | 160 | 49 | 48 |
| Octal | 354 | 205 | 223 | 0 | 54 | 46 | 7 | 540 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10010011 | 0 | 101100 | 100110 | 111 | 101100000 | 1001001 | 1001000 |
Color Harmonies of #EC8593
Complementary color
Monochromatic Colors of #EC8593
Black with #EC8593
Text Example
Text Example
White with #EC8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8593; }
p { color: rgb(236,133,147); }
H1.HeaderClassName
{
color: #EC8593;
}
.AnyTagClassName
{
color: #EC8593;
}
</style>
background-color css
<style>
a { background-color: #EC8593; }
a { background-color: rgb(236,133,147); }
div.DivClassName
{
background-color: #EC8593;
}
.BgClassName
{
background-color: #EC8593;
}
</style>
border-color css
<style>
span { border-color: #EC8593; }
span { border-color: rgb(236,133,147); }
td.TdClassName
{
border-color: #EC8593;
}
.TagClassName
{
border-color: #EC8593;
}
</style>