Shades of Carissma #EF869B
Tints of Carissma #EF869B
RGB
CMYK
RGB Variations
Color information
#EF869B (or 0xEF869B) is known color: Carissma. HEX triplet: EF, 86 and 9B. RGB value is (239,134,155). Sum of RGB (Red+Green+Blue) = 239+134+155=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF869B is #107964. Grayscale: #A7A7A7. Windows color (decimal): -1079653 or 10192623. OLE color: 10192623.
HSL color Cylindrical-coordinate representation of color #EF869B: hue angle of 348º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF869B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 155 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.06 |
| HSL | 348º | 0.77% | 0.73% | - |
| HSV(B) | 348º | 0.44% | 0.94% | - |
| XYZ | 50.04 | 37.77 | 35.66 | - |
| YUV | 167.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 155 | 0 | 0.44 | 0.35 | 0.06 | 348 | 0.77 | 0.73 |
| Hex | EF | 86 | 9B | 0 | 2C | 23 | 6 | 15C | 4D | 49 |
| Octal | 357 | 206 | 233 | 0 | 54 | 43 | 6 | 534 | 115 | 111 |
| Binary | 11101111 | 10000110 | 10011011 | 0 | 101100 | 100011 | 110 | 101011100 | 1001101 | 1001001 |
Color Harmonies of #EF869B
Complementary color
Monochromatic Colors of #EF869B
Black with #EF869B
Text Example
Text Example
White with #EF869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF869B; }
p { color: rgb(239,134,155); }
H1.HeaderClassName
{
color: #EF869B;
}
.AnyTagClassName
{
color: #EF869B;
}
</style>
background-color css
<style>
a { background-color: #EF869B; }
a { background-color: rgb(239,134,155); }
div.DivClassName
{
background-color: #EF869B;
}
.BgClassName
{
background-color: #EF869B;
}
</style>
border-color css
<style>
span { border-color: #EF869B; }
span { border-color: rgb(239,134,155); }
td.TdClassName
{
border-color: #EF869B;
}
.TagClassName
{
border-color: #EF869B;
}
</style>