Shades of Carissma #EC8292
Tints of Carissma #EC8292
RGB
CMYK
RGB Variations
Color information
#EC8292 (or 0xEC8292) is known color: Carissma. HEX triplet: EC, 82 and 92. RGB value is (236,130,146). Sum of RGB (Red+Green+Blue) = 236+130+146=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8292 is #137D6D. Grayscale: #A3A3A3. Windows color (decimal): -1277294 or 9601772. OLE color: 9601772.
HSL color Cylindrical-coordinate representation of color #EC8292: hue angle of 350.94º 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 #EC8292 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 146 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.07 |
| HSL | 350.94º | 0.74% | 0.72% | - |
| HSV(B) | 350.94º | 0.45% | 0.93% | - |
| XYZ | 47.76 | 35.87 | 31.6 | - |
| YUV | 163.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 146 | 0 | 0.45 | 0.38 | 0.07 | 350.94 | 0.74 | 0.72 |
| Hex | EC | 82 | 92 | 0 | 2D | 26 | 7 | 15F | 4A | 48 |
| Octal | 354 | 202 | 222 | 0 | 55 | 46 | 7 | 537 | 112 | 110 |
| Binary | 11101100 | 10000010 | 10010010 | 0 | 101101 | 100110 | 111 | 101011111 | 1001010 | 1001000 |
Color Harmonies of #EC8292
Complementary color
Monochromatic Colors of #EC8292
Black with #EC8292
Text Example
Text Example
White with #EC8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8292; }
p { color: rgb(236,130,146); }
H1.HeaderClassName
{
color: #EC8292;
}
.AnyTagClassName
{
color: #EC8292;
}
</style>
background-color css
<style>
a { background-color: #EC8292; }
a { background-color: rgb(236,130,146); }
div.DivClassName
{
background-color: #EC8292;
}
.BgClassName
{
background-color: #EC8292;
}
</style>
border-color css
<style>
span { border-color: #EC8292; }
span { border-color: rgb(236,130,146); }
td.TdClassName
{
border-color: #EC8292;
}
.TagClassName
{
border-color: #EC8292;
}
</style>