Shades of Carissma #EF7F84
Tints of Carissma #EF7F84
RGB
CMYK
RGB Variations
Color information
#EF7F84 (or 0xEF7F84) is known color: Carissma. HEX triplet: EF, 7F and 84. RGB value is (239,127,132). Sum of RGB (Red+Green+Blue) = 239+127+132=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F84 is #10807B. Grayscale: #A1A1A1. Windows color (decimal): -1081468 or 8683503. OLE color: 8683503.
HSL color Cylindrical-coordinate representation of color #EF7F84: hue angle of 357.32º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7F84 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 132 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.06 |
| HSL | 357.32º | 0.78% | 0.72% | - |
| HSV(B) | 357.32º | 0.47% | 0.94% | - |
| XYZ | 47.35 | 35.2 | 26.13 | - |
| YUV | 161.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 132 | 0 | 0.47 | 0.45 | 0.06 | 357.32 | 0.78 | 0.72 |
| Hex | EF | 7F | 84 | 0 | 2F | 2D | 6 | 165 | 4E | 48 |
| Octal | 357 | 177 | 204 | 0 | 57 | 55 | 6 | 545 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10000100 | 0 | 101111 | 101101 | 110 | 101100101 | 1001110 | 1001000 |
Color Harmonies of #EF7F84
Complementary color
Monochromatic Colors of #EF7F84
Black with #EF7F84
Text Example
Text Example
White with #EF7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F84; }
p { color: rgb(239,127,132); }
H1.HeaderClassName
{
color: #EF7F84;
}
.AnyTagClassName
{
color: #EF7F84;
}
</style>
background-color css
<style>
a { background-color: #EF7F84; }
a { background-color: rgb(239,127,132); }
div.DivClassName
{
background-color: #EF7F84;
}
.BgClassName
{
background-color: #EF7F84;
}
</style>
border-color css
<style>
span { border-color: #EF7F84; }
span { border-color: rgb(239,127,132); }
td.TdClassName
{
border-color: #EF7F84;
}
.TagClassName
{
border-color: #EF7F84;
}
</style>