Shades of Carissma #EF7F8D
Tints of Carissma #EF7F8D
RGB
CMYK
RGB Variations
Color information
#EF7F8D (or 0xEF7F8D) is known color: Carissma. HEX triplet: EF, 7F and 8D. RGB value is (239,127,141). Sum of RGB (Red+Green+Blue) = 239+127+141=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F8D is #108072. Grayscale: #A2A2A2. Windows color (decimal): -1081459 or 9273327. OLE color: 9273327.
HSL color Cylindrical-coordinate representation of color #EF7F8D: hue angle of 352.5º 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 #EF7F8D is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 141 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.06 |
| HSL | 352.5º | 0.78% | 0.72% | - |
| HSV(B) | 352.5º | 0.47% | 0.94% | - |
| XYZ | 47.99 | 35.45 | 29.51 | - |
| YUV | 162.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 141 | 0 | 0.47 | 0.41 | 0.06 | 352.5 | 0.78 | 0.72 |
| Hex | EF | 7F | 8D | 0 | 2F | 29 | 6 | 160 | 4E | 48 |
| Octal | 357 | 177 | 215 | 0 | 57 | 51 | 6 | 540 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10001101 | 0 | 101111 | 101001 | 110 | 101100000 | 1001110 | 1001000 |
Color Harmonies of #EF7F8D
Complementary color
Monochromatic Colors of #EF7F8D
Black with #EF7F8D
Text Example
Text Example
White with #EF7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F8D; }
p { color: rgb(239,127,141); }
H1.HeaderClassName
{
color: #EF7F8D;
}
.AnyTagClassName
{
color: #EF7F8D;
}
</style>
background-color css
<style>
a { background-color: #EF7F8D; }
a { background-color: rgb(239,127,141); }
div.DivClassName
{
background-color: #EF7F8D;
}
.BgClassName
{
background-color: #EF7F8D;
}
</style>
border-color css
<style>
span { border-color: #EF7F8D; }
span { border-color: rgb(239,127,141); }
td.TdClassName
{
border-color: #EF7F8D;
}
.TagClassName
{
border-color: #EF7F8D;
}
</style>