Shades of Carissma #EC7F9B
Tints of Carissma #EC7F9B
RGB
CMYK
RGB Variations
Color information
#EC7F9B (or 0xEC7F9B) is known color: Carissma. HEX triplet: EC, 7F and 9B. RGB value is (236,127,155). Sum of RGB (Red+Green+Blue) = 236+127+155=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F9B is #138064. Grayscale: #A2A2A2. Windows color (decimal): -1278053 or 10190828. OLE color: 10190828.
HSL color Cylindrical-coordinate representation of color #EC7F9B: hue angle of 344.59º 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 #EC7F9B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 155 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.07 |
| HSL | 344.59º | 0.74% | 0.71% | - |
| HSV(B) | 344.59º | 0.46% | 0.93% | - |
| XYZ | 48.1 | 35.38 | 35.3 | - |
| YUV | 162.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 155 | 0 | 0.46 | 0.34 | 0.07 | 344.59 | 0.74 | 0.71 |
| Hex | EC | 7F | 9B | 0 | 2E | 22 | 7 | 159 | 4A | 47 |
| Octal | 354 | 177 | 233 | 0 | 56 | 42 | 7 | 531 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10011011 | 0 | 101110 | 100010 | 111 | 101011001 | 1001010 | 1000111 |
Color Harmonies of #EC7F9B
Complementary color
Monochromatic Colors of #EC7F9B
Black with #EC7F9B
Text Example
Text Example
White with #EC7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F9B; }
p { color: rgb(236,127,155); }
H1.HeaderClassName
{
color: #EC7F9B;
}
.AnyTagClassName
{
color: #EC7F9B;
}
</style>
background-color css
<style>
a { background-color: #EC7F9B; }
a { background-color: rgb(236,127,155); }
div.DivClassName
{
background-color: #EC7F9B;
}
.BgClassName
{
background-color: #EC7F9B;
}
</style>
border-color css
<style>
span { border-color: #EC7F9B; }
span { border-color: rgb(236,127,155); }
td.TdClassName
{
border-color: #EC7F9B;
}
.TagClassName
{
border-color: #EC7F9B;
}
</style>