Shades of Carissma #EF7E8B
Tints of Carissma #EF7E8B
RGB
CMYK
RGB Variations
Color information
#EF7E8B (or 0xEF7E8B) is known color: Carissma. HEX triplet: EF, 7E and 8B. RGB value is (239,126,139). Sum of RGB (Red+Green+Blue) = 239+126+139=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E8B is #108174. Grayscale: #A1A1A1. Windows color (decimal): -1081717 or 9141999. OLE color: 9141999.
HSL color Cylindrical-coordinate representation of color #EF7E8B: hue angle of 353.1º 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 #EF7E8B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 139 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.06 |
| HSL | 353.1º | 0.78% | 0.72% | - |
| HSV(B) | 353.1º | 0.47% | 0.94% | - |
| XYZ | 47.72 | 35.14 | 28.69 | - |
| YUV | 161.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 139 | 0 | 0.47 | 0.42 | 0.06 | 353.1 | 0.78 | 0.72 |
| Hex | EF | 7E | 8B | 0 | 2F | 2A | 6 | 161 | 4E | 48 |
| Octal | 357 | 176 | 213 | 0 | 57 | 52 | 6 | 541 | 116 | 110 |
| Binary | 11101111 | 1111110 | 10001011 | 0 | 101111 | 101010 | 110 | 101100001 | 1001110 | 1001000 |
Color Harmonies of #EF7E8B
Complementary color
Monochromatic Colors of #EF7E8B
Black with #EF7E8B
Text Example
Text Example
White with #EF7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E8B; }
p { color: rgb(239,126,139); }
H1.HeaderClassName
{
color: #EF7E8B;
}
.AnyTagClassName
{
color: #EF7E8B;
}
</style>
background-color css
<style>
a { background-color: #EF7E8B; }
a { background-color: rgb(239,126,139); }
div.DivClassName
{
background-color: #EF7E8B;
}
.BgClassName
{
background-color: #EF7E8B;
}
</style>
border-color css
<style>
span { border-color: #EF7E8B; }
span { border-color: rgb(239,126,139); }
td.TdClassName
{
border-color: #EF7E8B;
}
.TagClassName
{
border-color: #EF7E8B;
}
</style>