Shades of Carissma #EC808D
Tints of Carissma #EC808D
RGB
CMYK
RGB Variations
Color information
#EC808D (or 0xEC808D) is known color: Carissma. HEX triplet: EC, 80 and 8D. RGB value is (236,128,141). Sum of RGB (Red+Green+Blue) = 236+128+141=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC808D is #137F72. Grayscale: #A1A1A1. Windows color (decimal): -1277811 or 9273580. OLE color: 9273580.
HSL color Cylindrical-coordinate representation of color #EC808D: hue angle of 352.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC808D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 141 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.07 |
| HSL | 352.78º | 0.74% | 0.71% | - |
| HSV(B) | 352.78º | 0.46% | 0.93% | - |
| XYZ | 47.12 | 35.19 | 29.51 | - |
| YUV | 161.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 141 | 0 | 0.46 | 0.40 | 0.07 | 352.78 | 0.74 | 0.71 |
| Hex | EC | 80 | 8D | 0 | 2E | 28 | 7 | 161 | 4A | 47 |
| Octal | 354 | 200 | 215 | 0 | 56 | 50 | 7 | 541 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10001101 | 0 | 101110 | 101000 | 111 | 101100001 | 1001010 | 1000111 |
Color Harmonies of #EC808D
Complementary color
Monochromatic Colors of #EC808D
Black with #EC808D
Text Example
Text Example
White with #EC808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC808D; }
p { color: rgb(236,128,141); }
H1.HeaderClassName
{
color: #EC808D;
}
.AnyTagClassName
{
color: #EC808D;
}
</style>
background-color css
<style>
a { background-color: #EC808D; }
a { background-color: rgb(236,128,141); }
div.DivClassName
{
background-color: #EC808D;
}
.BgClassName
{
background-color: #EC808D;
}
</style>
border-color css
<style>
span { border-color: #EC808D; }
span { border-color: rgb(236,128,141); }
td.TdClassName
{
border-color: #EC808D;
}
.TagClassName
{
border-color: #EC808D;
}
</style>