Shades of Carissma #EC818A
Tints of Carissma #EC818A
RGB
CMYK
RGB Variations
Color information
#EC818A (or 0xEC818A) is known color: Carissma. HEX triplet: EC, 81 and 8A. RGB value is (236,129,138). Sum of RGB (Red+Green+Blue) = 236+129+138=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC818A is #137E75. Grayscale: #A2A2A2. Windows color (decimal): -1277558 or 9077228. OLE color: 9077228.
HSL color Cylindrical-coordinate representation of color #EC818A: hue angle of 354.95º 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 #EC818A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 138 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.07 |
| HSL | 354.95º | 0.74% | 0.72% | - |
| HSV(B) | 354.95º | 0.45% | 0.93% | - |
| XYZ | 47.03 | 35.37 | 28.39 | - |
| YUV | 162.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 138 | 0 | 0.45 | 0.42 | 0.07 | 354.95 | 0.74 | 0.72 |
| Hex | EC | 81 | 8A | 0 | 2D | 2A | 7 | 163 | 4A | 48 |
| Octal | 354 | 201 | 212 | 0 | 55 | 52 | 7 | 543 | 112 | 110 |
| Binary | 11101100 | 10000001 | 10001010 | 0 | 101101 | 101010 | 111 | 101100011 | 1001010 | 1001000 |
Color Harmonies of #EC818A
Complementary color
Monochromatic Colors of #EC818A
Black with #EC818A
Text Example
Text Example
White with #EC818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC818A; }
p { color: rgb(236,129,138); }
H1.HeaderClassName
{
color: #EC818A;
}
.AnyTagClassName
{
color: #EC818A;
}
</style>
background-color css
<style>
a { background-color: #EC818A; }
a { background-color: rgb(236,129,138); }
div.DivClassName
{
background-color: #EC818A;
}
.BgClassName
{
background-color: #EC818A;
}
</style>
border-color css
<style>
span { border-color: #EC818A; }
span { border-color: rgb(236,129,138); }
td.TdClassName
{
border-color: #EC818A;
}
.TagClassName
{
border-color: #EC818A;
}
</style>