Shades of Carissma #EF7C8D
Tints of Carissma #EF7C8D
RGB
CMYK
RGB Variations
Color information
#EF7C8D (or 0xEF7C8D) is known color: Carissma. HEX triplet: EF, 7C and 8D. RGB value is (239,124,141). Sum of RGB (Red+Green+Blue) = 239+124+141=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7C8D is #108372. Grayscale: #A0A0A0. Windows color (decimal): -1082227 or 9272559. OLE color: 9272559.
HSL color Cylindrical-coordinate representation of color #EF7C8D: hue angle of 351.13º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7C8D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 141 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.06 |
| HSL | 351.13º | 0.78% | 0.71% | - |
| HSV(B) | 351.13º | 0.48% | 0.94% | - |
| XYZ | 47.61 | 34.69 | 29.39 | - |
| YUV | 160.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 141 | 0 | 0.48 | 0.41 | 0.06 | 351.13 | 0.78 | 0.71 |
| Hex | EF | 7C | 8D | 0 | 30 | 29 | 6 | 15F | 4E | 47 |
| Octal | 357 | 174 | 215 | 0 | 60 | 51 | 6 | 537 | 116 | 107 |
| Binary | 11101111 | 1111100 | 10001101 | 0 | 110000 | 101001 | 110 | 101011111 | 1001110 | 1000111 |
Color Harmonies of #EF7C8D
Complementary color
Monochromatic Colors of #EF7C8D
Black with #EF7C8D
Text Example
Text Example
White with #EF7C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C8D; }
p { color: rgb(239,124,141); }
H1.HeaderClassName
{
color: #EF7C8D;
}
.AnyTagClassName
{
color: #EF7C8D;
}
</style>
background-color css
<style>
a { background-color: #EF7C8D; }
a { background-color: rgb(239,124,141); }
div.DivClassName
{
background-color: #EF7C8D;
}
.BgClassName
{
background-color: #EF7C8D;
}
</style>
border-color css
<style>
span { border-color: #EF7C8D; }
span { border-color: rgb(239,124,141); }
td.TdClassName
{
border-color: #EF7C8D;
}
.TagClassName
{
border-color: #EF7C8D;
}
</style>