Shades of Carissma #EF8187
Tints of Carissma #EF8187
RGB
CMYK
RGB Variations
Color information
#EF8187 (or 0xEF8187) is known color: Carissma. HEX triplet: EF, 81 and 87. RGB value is (239,129,135). Sum of RGB (Red+Green+Blue) = 239+129+135=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8187 is #107E78. Grayscale: #A2A2A2. Windows color (decimal): -1080953 or 8880623. OLE color: 8880623.
HSL color Cylindrical-coordinate representation of color #EF8187: hue angle of 356.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8187 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 135 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.06 |
| HSL | 356.73º | 0.77% | 0.72% | - |
| HSV(B) | 356.73º | 0.46% | 0.94% | - |
| XYZ | 47.82 | 35.8 | 27.31 | - |
| YUV | 162.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 135 | 0 | 0.46 | 0.44 | 0.06 | 356.73 | 0.77 | 0.72 |
| Hex | EF | 81 | 87 | 0 | 2E | 2C | 6 | 165 | 4D | 48 |
| Octal | 357 | 201 | 207 | 0 | 56 | 54 | 6 | 545 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10000111 | 0 | 101110 | 101100 | 110 | 101100101 | 1001101 | 1001000 |
Color Harmonies of #EF8187
Complementary color
Monochromatic Colors of #EF8187
Black with #EF8187
Text Example
Text Example
White with #EF8187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8187; }
p { color: rgb(239,129,135); }
H1.HeaderClassName
{
color: #EF8187;
}
.AnyTagClassName
{
color: #EF8187;
}
</style>
background-color css
<style>
a { background-color: #EF8187; }
a { background-color: rgb(239,129,135); }
div.DivClassName
{
background-color: #EF8187;
}
.BgClassName
{
background-color: #EF8187;
}
</style>
border-color css
<style>
span { border-color: #EF8187; }
span { border-color: rgb(239,129,135); }
td.TdClassName
{
border-color: #EF8187;
}
.TagClassName
{
border-color: #EF8187;
}
</style>