Shades of Carissma #EF7B9C
Tints of Carissma #EF7B9C
RGB
CMYK
RGB Variations
Color information
#EF7B9C (or 0xEF7B9C) is known color: Carissma. HEX triplet: EF, 7B and 9C. RGB value is (239,123,156). Sum of RGB (Red+Green+Blue) = 239+123+156=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B9C is #108463. Grayscale: #A1A1A1. Windows color (decimal): -1082468 or 10255343. OLE color: 10255343.
HSL color Cylindrical-coordinate representation of color #EF7B9C: hue angle of 342.93º 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 #EF7B9C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 156 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.06 |
| HSL | 342.93º | 0.78% | 0.71% | - |
| HSV(B) | 342.93º | 0.49% | 0.94% | - |
| XYZ | 48.68 | 34.92 | 35.63 | - |
| YUV | 161.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 156 | 0 | 0.49 | 0.35 | 0.06 | 342.93 | 0.78 | 0.71 |
| Hex | EF | 7B | 9C | 0 | 31 | 23 | 6 | 157 | 4E | 47 |
| Octal | 357 | 173 | 234 | 0 | 61 | 43 | 6 | 527 | 116 | 107 |
| Binary | 11101111 | 1111011 | 10011100 | 0 | 110001 | 100011 | 110 | 101010111 | 1001110 | 1000111 |
Color Harmonies of #EF7B9C
Complementary color
Monochromatic Colors of #EF7B9C
Black with #EF7B9C
Text Example
Text Example
White with #EF7B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B9C; }
p { color: rgb(239,123,156); }
H1.HeaderClassName
{
color: #EF7B9C;
}
.AnyTagClassName
{
color: #EF7B9C;
}
</style>
background-color css
<style>
a { background-color: #EF7B9C; }
a { background-color: rgb(239,123,156); }
div.DivClassName
{
background-color: #EF7B9C;
}
.BgClassName
{
background-color: #EF7B9C;
}
</style>
border-color css
<style>
span { border-color: #EF7B9C; }
span { border-color: rgb(239,123,156); }
td.TdClassName
{
border-color: #EF7B9C;
}
.TagClassName
{
border-color: #EF7B9C;
}
</style>