Shades of Carissma #EC808C
Tints of Carissma #EC808C
RGB
CMYK
RGB Variations
Color information
#EC808C (or 0xEC808C) is known color: Carissma. HEX triplet: EC, 80 and 8C. RGB value is (236,128,140). Sum of RGB (Red+Green+Blue) = 236+128+140=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC808C is #137F73. Grayscale: #A1A1A1. Windows color (decimal): -1277812 or 9208044. OLE color: 9208044.
HSL color Cylindrical-coordinate representation of color #EC808C: hue angle of 353.33º 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 #EC808C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 140 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.07 |
| HSL | 353.33º | 0.74% | 0.71% | - |
| HSV(B) | 353.33º | 0.46% | 0.93% | - |
| XYZ | 47.04 | 35.16 | 29.12 | - |
| YUV | 161.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 140 | 0 | 0.46 | 0.41 | 0.07 | 353.33 | 0.74 | 0.71 |
| Hex | EC | 80 | 8C | 0 | 2E | 29 | 7 | 161 | 4A | 47 |
| Octal | 354 | 200 | 214 | 0 | 56 | 51 | 7 | 541 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10001100 | 0 | 101110 | 101001 | 111 | 101100001 | 1001010 | 1000111 |
Color Harmonies of #EC808C
Complementary color
Monochromatic Colors of #EC808C
Black with #EC808C
Text Example
Text Example
White with #EC808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC808C; }
p { color: rgb(236,128,140); }
H1.HeaderClassName
{
color: #EC808C;
}
.AnyTagClassName
{
color: #EC808C;
}
</style>
background-color css
<style>
a { background-color: #EC808C; }
a { background-color: rgb(236,128,140); }
div.DivClassName
{
background-color: #EC808C;
}
.BgClassName
{
background-color: #EC808C;
}
</style>
border-color css
<style>
span { border-color: #EC808C; }
span { border-color: rgb(236,128,140); }
td.TdClassName
{
border-color: #EC808C;
}
.TagClassName
{
border-color: #EC808C;
}
</style>