Shades of Carissma #EC818F
Tints of Carissma #EC818F
RGB
CMYK
RGB Variations
Color information
#EC818F (or 0xEC818F) is known color: Carissma. HEX triplet: EC, 81 and 8F. RGB value is (236,129,143). Sum of RGB (Red+Green+Blue) = 236+129+143=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC818F is #137E70. Grayscale: #A2A2A2. Windows color (decimal): -1277553 or 9404908. OLE color: 9404908.
HSL color Cylindrical-coordinate representation of color #EC818F: hue angle of 352.15º 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 #EC818F is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 143 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.07 |
| HSL | 352.15º | 0.74% | 0.72% | - |
| HSV(B) | 352.15º | 0.45% | 0.93% | - |
| XYZ | 47.4 | 35.52 | 30.34 | - |
| YUV | 162.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 143 | 0 | 0.45 | 0.39 | 0.07 | 352.15 | 0.74 | 0.72 |
| Hex | EC | 81 | 8F | 0 | 2D | 27 | 7 | 160 | 4A | 48 |
| Octal | 354 | 201 | 217 | 0 | 55 | 47 | 7 | 540 | 112 | 110 |
| Binary | 11101100 | 10000001 | 10001111 | 0 | 101101 | 100111 | 111 | 101100000 | 1001010 | 1001000 |
Color Harmonies of #EC818F
Complementary color
Monochromatic Colors of #EC818F
Black with #EC818F
Text Example
Text Example
White with #EC818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC818F; }
p { color: rgb(236,129,143); }
H1.HeaderClassName
{
color: #EC818F;
}
.AnyTagClassName
{
color: #EC818F;
}
</style>
background-color css
<style>
a { background-color: #EC818F; }
a { background-color: rgb(236,129,143); }
div.DivClassName
{
background-color: #EC818F;
}
.BgClassName
{
background-color: #EC818F;
}
</style>
border-color css
<style>
span { border-color: #EC818F; }
span { border-color: rgb(236,129,143); }
td.TdClassName
{
border-color: #EC818F;
}
.TagClassName
{
border-color: #EC818F;
}
</style>