Shades of Carissma #EC7F88
Tints of Carissma #EC7F88
RGB
CMYK
RGB Variations
Color information
#EC7F88 (or 0xEC7F88) is known color: Carissma. HEX triplet: EC, 7F and 88. RGB value is (236,127,136). Sum of RGB (Red+Green+Blue) = 236+127+136=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F88 is #138077. Grayscale: #A0A0A0. Windows color (decimal): -1278072 or 8945644. OLE color: 8945644.
HSL color Cylindrical-coordinate representation of color #EC7F88: hue angle of 355.05º 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 #EC7F88 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 136 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.07 |
| HSL | 355.05º | 0.74% | 0.71% | - |
| HSV(B) | 355.05º | 0.46% | 0.93% | - |
| XYZ | 46.63 | 34.79 | 27.55 | - |
| YUV | 160.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 136 | 0 | 0.46 | 0.42 | 0.07 | 355.05 | 0.74 | 0.71 |
| Hex | EC | 7F | 88 | 0 | 2E | 2A | 7 | 163 | 4A | 47 |
| Octal | 354 | 177 | 210 | 0 | 56 | 52 | 7 | 543 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10001000 | 0 | 101110 | 101010 | 111 | 101100011 | 1001010 | 1000111 |
Color Harmonies of #EC7F88
Complementary color
Monochromatic Colors of #EC7F88
Black with #EC7F88
Text Example
Text Example
White with #EC7F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F88; }
p { color: rgb(236,127,136); }
H1.HeaderClassName
{
color: #EC7F88;
}
.AnyTagClassName
{
color: #EC7F88;
}
</style>
background-color css
<style>
a { background-color: #EC7F88; }
a { background-color: rgb(236,127,136); }
div.DivClassName
{
background-color: #EC7F88;
}
.BgClassName
{
background-color: #EC7F88;
}
</style>
border-color css
<style>
span { border-color: #EC7F88; }
span { border-color: rgb(236,127,136); }
td.TdClassName
{
border-color: #EC7F88;
}
.TagClassName
{
border-color: #EC7F88;
}
</style>