Shades of Carissma #EF7A8E
Tints of Carissma #EF7A8E
RGB
CMYK
RGB Variations
Color information
#EF7A8E (or 0xEF7A8E) is known color: Carissma. HEX triplet: EF, 7A and 8E. RGB value is (239,122,142). Sum of RGB (Red+Green+Blue) = 239+122+142=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A8E is #108571. Grayscale: #9F9F9F. Windows color (decimal): -1082738 or 9337583. OLE color: 9337583.
HSL color Cylindrical-coordinate representation of color #EF7A8E: hue angle of 349.74º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7A8E is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 142 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.06 |
| HSL | 349.74º | 0.79% | 0.71% | - |
| HSV(B) | 349.74º | 0.49% | 0.94% | - |
| XYZ | 47.44 | 34.22 | 29.7 | - |
| YUV | 159.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 142 | 0 | 0.49 | 0.41 | 0.06 | 349.74 | 0.79 | 0.71 |
| Hex | EF | 7A | 8E | 0 | 31 | 29 | 6 | 15E | 4F | 47 |
| Octal | 357 | 172 | 216 | 0 | 61 | 51 | 6 | 536 | 117 | 107 |
| Binary | 11101111 | 1111010 | 10001110 | 0 | 110001 | 101001 | 110 | 101011110 | 1001111 | 1000111 |
Color Harmonies of #EF7A8E
Complementary color
Monochromatic Colors of #EF7A8E
Black with #EF7A8E
Text Example
Text Example
White with #EF7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A8E; }
p { color: rgb(239,122,142); }
H1.HeaderClassName
{
color: #EF7A8E;
}
.AnyTagClassName
{
color: #EF7A8E;
}
</style>
background-color css
<style>
a { background-color: #EF7A8E; }
a { background-color: rgb(239,122,142); }
div.DivClassName
{
background-color: #EF7A8E;
}
.BgClassName
{
background-color: #EF7A8E;
}
</style>
border-color css
<style>
span { border-color: #EF7A8E; }
span { border-color: rgb(239,122,142); }
td.TdClassName
{
border-color: #EF7A8E;
}
.TagClassName
{
border-color: #EF7A8E;
}
</style>