Shades of Carissma #EC8391
Tints of Carissma #EC8391
RGB
CMYK
RGB Variations
Color information
#EC8391 (or 0xEC8391) is known color: Carissma. HEX triplet: EC, 83 and 91. RGB value is (236,131,145). Sum of RGB (Red+Green+Blue) = 236+131+145=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8391 is #137C6E. Grayscale: #A4A4A4. Windows color (decimal): -1277039 or 9536492. OLE color: 9536492.
HSL color Cylindrical-coordinate representation of color #EC8391: hue angle of 352º 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 #EC8391 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 145 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.07 |
| HSL | 352º | 0.73% | 0.72% | - |
| HSV(B) | 352º | 0.44% | 0.93% | - |
| XYZ | 47.82 | 36.11 | 31.24 | - |
| YUV | 163.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 145 | 0 | 0.44 | 0.39 | 0.07 | 352 | 0.73 | 0.72 |
| Hex | EC | 83 | 91 | 0 | 2C | 27 | 7 | 160 | 49 | 48 |
| Octal | 354 | 203 | 221 | 0 | 54 | 47 | 7 | 540 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10010001 | 0 | 101100 | 100111 | 111 | 101100000 | 1001001 | 1001000 |
Color Harmonies of #EC8391
Complementary color
Monochromatic Colors of #EC8391
Black with #EC8391
Text Example
Text Example
White with #EC8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8391; }
p { color: rgb(236,131,145); }
H1.HeaderClassName
{
color: #EC8391;
}
.AnyTagClassName
{
color: #EC8391;
}
</style>
background-color css
<style>
a { background-color: #EC8391; }
a { background-color: rgb(236,131,145); }
div.DivClassName
{
background-color: #EC8391;
}
.BgClassName
{
background-color: #EC8391;
}
</style>
border-color css
<style>
span { border-color: #EC8391; }
span { border-color: rgb(236,131,145); }
td.TdClassName
{
border-color: #EC8391;
}
.TagClassName
{
border-color: #EC8391;
}
</style>