Shades of Carissma #EF7B98
Tints of Carissma #EF7B98
RGB
CMYK
RGB Variations
Color information
#EF7B98 (or 0xEF7B98) is known color: Carissma. HEX triplet: EF, 7B and 98. RGB value is (239,123,152). Sum of RGB (Red+Green+Blue) = 239+123+152=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B98 is #108467. Grayscale: #A0A0A0. Windows color (decimal): -1082472 or 9993199. OLE color: 9993199.
HSL color Cylindrical-coordinate representation of color #EF7B98: hue angle of 345º 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 #EF7B98 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 152 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.06 |
| HSL | 345º | 0.78% | 0.71% | - |
| HSV(B) | 345º | 0.49% | 0.94% | - |
| XYZ | 48.35 | 34.78 | 33.87 | - |
| YUV | 160.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 152 | 0 | 0.49 | 0.36 | 0.06 | 345 | 0.78 | 0.71 |
| Hex | EF | 7B | 98 | 0 | 31 | 24 | 6 | 159 | 4E | 47 |
| Octal | 357 | 173 | 230 | 0 | 61 | 44 | 6 | 531 | 116 | 107 |
| Binary | 11101111 | 1111011 | 10011000 | 0 | 110001 | 100100 | 110 | 101011001 | 1001110 | 1000111 |
Color Harmonies of #EF7B98
Complementary color
Monochromatic Colors of #EF7B98
Black with #EF7B98
Text Example
Text Example
White with #EF7B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B98; }
p { color: rgb(239,123,152); }
H1.HeaderClassName
{
color: #EF7B98;
}
.AnyTagClassName
{
color: #EF7B98;
}
</style>
background-color css
<style>
a { background-color: #EF7B98; }
a { background-color: rgb(239,123,152); }
div.DivClassName
{
background-color: #EF7B98;
}
.BgClassName
{
background-color: #EF7B98;
}
</style>
border-color css
<style>
span { border-color: #EF7B98; }
span { border-color: rgb(239,123,152); }
td.TdClassName
{
border-color: #EF7B98;
}
.TagClassName
{
border-color: #EF7B98;
}
</style>