Shades of Carissma #EC808F
Tints of Carissma #EC808F
RGB
CMYK
RGB Variations
Color information
#EC808F (or 0xEC808F) is known color: Carissma. HEX triplet: EC, 80 and 8F. RGB value is (236,128,143). Sum of RGB (Red+Green+Blue) = 236+128+143=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC808F is #137F70. Grayscale: #A2A2A2. Windows color (decimal): -1277809 or 9404652. OLE color: 9404652.
HSL color Cylindrical-coordinate representation of color #EC808F: hue angle of 351.67º 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 #EC808F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 143 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.07 |
| HSL | 351.67º | 0.74% | 0.71% | - |
| HSV(B) | 351.67º | 0.46% | 0.93% | - |
| XYZ | 47.27 | 35.25 | 30.3 | - |
| YUV | 162 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 143 | 0 | 0.46 | 0.39 | 0.07 | 351.67 | 0.74 | 0.71 |
| Hex | EC | 80 | 8F | 0 | 2E | 27 | 7 | 160 | 4A | 47 |
| Octal | 354 | 200 | 217 | 0 | 56 | 47 | 7 | 540 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10001111 | 0 | 101110 | 100111 | 111 | 101100000 | 1001010 | 1000111 |
Color Harmonies of #EC808F
Complementary color
Monochromatic Colors of #EC808F
Black with #EC808F
Text Example
Text Example
White with #EC808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC808F; }
p { color: rgb(236,128,143); }
H1.HeaderClassName
{
color: #EC808F;
}
.AnyTagClassName
{
color: #EC808F;
}
</style>
background-color css
<style>
a { background-color: #EC808F; }
a { background-color: rgb(236,128,143); }
div.DivClassName
{
background-color: #EC808F;
}
.BgClassName
{
background-color: #EC808F;
}
</style>
border-color css
<style>
span { border-color: #EC808F; }
span { border-color: rgb(236,128,143); }
td.TdClassName
{
border-color: #EC808F;
}
.TagClassName
{
border-color: #EC808F;
}
</style>