Shades of Carissma #EC8294
Tints of Carissma #EC8294
RGB
CMYK
RGB Variations
Color information
#EC8294 (or 0xEC8294) is known color: Carissma. HEX triplet: EC, 82 and 94. RGB value is (236,130,148). Sum of RGB (Red+Green+Blue) = 236+130+148=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8294 is #137D6B. Grayscale: #A3A3A3. Windows color (decimal): -1277292 or 9732844. OLE color: 9732844.
HSL color Cylindrical-coordinate representation of color #EC8294: hue angle of 349.81º degrees, saturation: 0.74, 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 #EC8294 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 148 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.07 |
| HSL | 349.81º | 0.74% | 0.72% | - |
| HSV(B) | 349.81º | 0.45% | 0.93% | - |
| XYZ | 47.92 | 35.94 | 32.43 | - |
| YUV | 163.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 148 | 0 | 0.45 | 0.37 | 0.07 | 349.81 | 0.74 | 0.72 |
| Hex | EC | 82 | 94 | 0 | 2D | 25 | 7 | 15E | 4A | 48 |
| Octal | 354 | 202 | 224 | 0 | 55 | 45 | 7 | 536 | 112 | 110 |
| Binary | 11101100 | 10000010 | 10010100 | 0 | 101101 | 100101 | 111 | 101011110 | 1001010 | 1001000 |
Color Harmonies of #EC8294
Complementary color
Monochromatic Colors of #EC8294
Black with #EC8294
Text Example
Text Example
White with #EC8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8294; }
p { color: rgb(236,130,148); }
H1.HeaderClassName
{
color: #EC8294;
}
.AnyTagClassName
{
color: #EC8294;
}
</style>
background-color css
<style>
a { background-color: #EC8294; }
a { background-color: rgb(236,130,148); }
div.DivClassName
{
background-color: #EC8294;
}
.BgClassName
{
background-color: #EC8294;
}
</style>
border-color css
<style>
span { border-color: #EC8294; }
span { border-color: rgb(236,130,148); }
td.TdClassName
{
border-color: #EC8294;
}
.TagClassName
{
border-color: #EC8294;
}
</style>