Shades of Carissma #EC7B8F
Tints of Carissma #EC7B8F
RGB
CMYK
RGB Variations
Color information
#EC7B8F (or 0xEC7B8F) is known color: Carissma. HEX triplet: EC, 7B and 8F. RGB value is (236,123,143). Sum of RGB (Red+Green+Blue) = 236+123+143=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7B8F is #138470. Grayscale: #9F9F9F. Windows color (decimal): -1279089 or 9403372. OLE color: 9403372.
HSL color Cylindrical-coordinate representation of color #EC7B8F: hue angle of 349.38º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7B8F is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 143 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.07 |
| HSL | 349.38º | 0.75% | 0.7% | - |
| HSV(B) | 349.38º | 0.48% | 0.93% | - |
| XYZ | 46.63 | 33.98 | 30.09 | - |
| YUV | 159.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 143 | 0 | 0.48 | 0.39 | 0.07 | 349.38 | 0.75 | 0.7 |
| Hex | EC | 7B | 8F | 0 | 30 | 27 | 7 | 15D | 4B | 46 |
| Octal | 354 | 173 | 217 | 0 | 60 | 47 | 7 | 535 | 113 | 106 |
| Binary | 11101100 | 1111011 | 10001111 | 0 | 110000 | 100111 | 111 | 101011101 | 1001011 | 1000110 |
Color Harmonies of #EC7B8F
Complementary color
Monochromatic Colors of #EC7B8F
Black with #EC7B8F
Text Example
Text Example
White with #EC7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B8F; }
p { color: rgb(236,123,143); }
H1.HeaderClassName
{
color: #EC7B8F;
}
.AnyTagClassName
{
color: #EC7B8F;
}
</style>
background-color css
<style>
a { background-color: #EC7B8F; }
a { background-color: rgb(236,123,143); }
div.DivClassName
{
background-color: #EC7B8F;
}
.BgClassName
{
background-color: #EC7B8F;
}
</style>
border-color css
<style>
span { border-color: #EC7B8F; }
span { border-color: rgb(236,123,143); }
td.TdClassName
{
border-color: #EC7B8F;
}
.TagClassName
{
border-color: #EC7B8F;
}
</style>