Shades of Carissma #EF7F8F
Tints of Carissma #EF7F8F
RGB
CMYK
RGB Variations
Color information
#EF7F8F (or 0xEF7F8F) is known color: Carissma. HEX triplet: EF, 7F and 8F. RGB value is (239,127,143). Sum of RGB (Red+Green+Blue) = 239+127+143=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F8F is #108070. Grayscale: #A2A2A2. Windows color (decimal): -1081457 or 9404399. OLE color: 9404399.
HSL color Cylindrical-coordinate representation of color #EF7F8F: hue angle of 351.43º 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 #EF7F8F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 143 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.06 |
| HSL | 351.43º | 0.78% | 0.72% | - |
| HSV(B) | 351.43º | 0.47% | 0.94% | - |
| XYZ | 48.14 | 35.51 | 30.3 | - |
| YUV | 162.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 143 | 0 | 0.47 | 0.40 | 0.06 | 351.43 | 0.78 | 0.72 |
| Hex | EF | 7F | 8F | 0 | 2F | 28 | 6 | 15F | 4E | 48 |
| Octal | 357 | 177 | 217 | 0 | 57 | 50 | 6 | 537 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10001111 | 0 | 101111 | 101000 | 110 | 101011111 | 1001110 | 1001000 |
Color Harmonies of #EF7F8F
Complementary color
Monochromatic Colors of #EF7F8F
Black with #EF7F8F
Text Example
Text Example
White with #EF7F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F8F; }
p { color: rgb(239,127,143); }
H1.HeaderClassName
{
color: #EF7F8F;
}
.AnyTagClassName
{
color: #EF7F8F;
}
</style>
background-color css
<style>
a { background-color: #EF7F8F; }
a { background-color: rgb(239,127,143); }
div.DivClassName
{
background-color: #EF7F8F;
}
.BgClassName
{
background-color: #EF7F8F;
}
</style>
border-color css
<style>
span { border-color: #EF7F8F; }
span { border-color: rgb(239,127,143); }
td.TdClassName
{
border-color: #EF7F8F;
}
.TagClassName
{
border-color: #EF7F8F;
}
</style>