Shades of Carissma #EF8699
Tints of Carissma #EF8699
RGB
CMYK
RGB Variations
Color information
#EF8699 (or 0xEF8699) is known color: Carissma. HEX triplet: EF, 86 and 99. RGB value is (239,134,153). Sum of RGB (Red+Green+Blue) = 239+134+153=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8699 is #107966. Grayscale: #A7A7A7. Windows color (decimal): -1079655 or 10061551. OLE color: 10061551.
HSL color Cylindrical-coordinate representation of color #EF8699: hue angle of 349.14º 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 #EF8699 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 153 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.06 |
| HSL | 349.14º | 0.77% | 0.73% | - |
| HSV(B) | 349.14º | 0.44% | 0.94% | - |
| XYZ | 49.87 | 37.7 | 34.79 | - |
| YUV | 167.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 153 | 0 | 0.44 | 0.36 | 0.06 | 349.14 | 0.77 | 0.73 |
| Hex | EF | 86 | 99 | 0 | 2C | 24 | 6 | 15D | 4D | 49 |
| Octal | 357 | 206 | 231 | 0 | 54 | 44 | 6 | 535 | 115 | 111 |
| Binary | 11101111 | 10000110 | 10011001 | 0 | 101100 | 100100 | 110 | 101011101 | 1001101 | 1001001 |
Color Harmonies of #EF8699
Complementary color
Monochromatic Colors of #EF8699
Black with #EF8699
Text Example
Text Example
White with #EF8699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8699; }
p { color: rgb(239,134,153); }
H1.HeaderClassName
{
color: #EF8699;
}
.AnyTagClassName
{
color: #EF8699;
}
</style>
background-color css
<style>
a { background-color: #EF8699; }
a { background-color: rgb(239,134,153); }
div.DivClassName
{
background-color: #EF8699;
}
.BgClassName
{
background-color: #EF8699;
}
</style>
border-color css
<style>
span { border-color: #EF8699; }
span { border-color: rgb(239,134,153); }
td.TdClassName
{
border-color: #EF8699;
}
.TagClassName
{
border-color: #EF8699;
}
</style>