Shades of Carissma #EF7B9D
Tints of Carissma #EF7B9D
RGB
CMYK
RGB Variations
Color information
#EF7B9D (or 0xEF7B9D) is known color: Carissma. HEX triplet: EF, 7B and 9D. RGB value is (239,123,157). Sum of RGB (Red+Green+Blue) = 239+123+157=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B9D is #108462. Grayscale: #A1A1A1. Windows color (decimal): -1082467 or 10320879. OLE color: 10320879.
HSL color Cylindrical-coordinate representation of color #EF7B9D: hue angle of 342.41º 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 #EF7B9D is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 157 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.06 |
| HSL | 342.41º | 0.78% | 0.71% | - |
| HSV(B) | 342.41º | 0.49% | 0.94% | - |
| XYZ | 48.77 | 34.95 | 36.07 | - |
| YUV | 161.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 157 | 0 | 0.49 | 0.34 | 0.06 | 342.41 | 0.78 | 0.71 |
| Hex | EF | 7B | 9D | 0 | 31 | 22 | 6 | 156 | 4E | 47 |
| Octal | 357 | 173 | 235 | 0 | 61 | 42 | 6 | 526 | 116 | 107 |
| Binary | 11101111 | 1111011 | 10011101 | 0 | 110001 | 100010 | 110 | 101010110 | 1001110 | 1000111 |
Color Harmonies of #EF7B9D
Complementary color
Monochromatic Colors of #EF7B9D
Black with #EF7B9D
Text Example
Text Example
White with #EF7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B9D; }
p { color: rgb(239,123,157); }
H1.HeaderClassName
{
color: #EF7B9D;
}
.AnyTagClassName
{
color: #EF7B9D;
}
</style>
background-color css
<style>
a { background-color: #EF7B9D; }
a { background-color: rgb(239,123,157); }
div.DivClassName
{
background-color: #EF7B9D;
}
.BgClassName
{
background-color: #EF7B9D;
}
</style>
border-color css
<style>
span { border-color: #EF7B9D; }
span { border-color: rgb(239,123,157); }
td.TdClassName
{
border-color: #EF7B9D;
}
.TagClassName
{
border-color: #EF7B9D;
}
</style>