Shades of Carissma #EF7B8B
Tints of Carissma #EF7B8B
RGB
CMYK
RGB Variations
Color information
#EF7B8B (or 0xEF7B8B) is known color: Carissma. HEX triplet: EF, 7B and 8B. RGB value is (239,123,139). Sum of RGB (Red+Green+Blue) = 239+123+139=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B8B is #108474. Grayscale: #9F9F9F. Windows color (decimal): -1082485 or 9141231. OLE color: 9141231.
HSL color Cylindrical-coordinate representation of color #EF7B8B: hue angle of 351.72º degrees, saturation: 0.78, 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 #EF7B8B is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 139 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.06 |
| HSL | 351.72º | 0.78% | 0.71% | - |
| HSV(B) | 351.72º | 0.49% | 0.94% | - |
| XYZ | 47.34 | 34.38 | 28.57 | - |
| YUV | 159.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 139 | 0 | 0.49 | 0.42 | 0.06 | 351.72 | 0.78 | 0.71 |
| Hex | EF | 7B | 8B | 0 | 31 | 2A | 6 | 160 | 4E | 47 |
| Octal | 357 | 173 | 213 | 0 | 61 | 52 | 6 | 540 | 116 | 107 |
| Binary | 11101111 | 1111011 | 10001011 | 0 | 110001 | 101010 | 110 | 101100000 | 1001110 | 1000111 |
Color Harmonies of #EF7B8B
Complementary color
Monochromatic Colors of #EF7B8B
Black with #EF7B8B
Text Example
Text Example
White with #EF7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B8B; }
p { color: rgb(239,123,139); }
H1.HeaderClassName
{
color: #EF7B8B;
}
.AnyTagClassName
{
color: #EF7B8B;
}
</style>
background-color css
<style>
a { background-color: #EF7B8B; }
a { background-color: rgb(239,123,139); }
div.DivClassName
{
background-color: #EF7B8B;
}
.BgClassName
{
background-color: #EF7B8B;
}
</style>
border-color css
<style>
span { border-color: #EF7B8B; }
span { border-color: rgb(239,123,139); }
td.TdClassName
{
border-color: #EF7B8B;
}
.TagClassName
{
border-color: #EF7B8B;
}
</style>