Shades of Carissma #EF8487
Tints of Carissma #EF8487
RGB
CMYK
RGB Variations
Color information
#EF8487 (or 0xEF8487) is known color: Carissma. HEX triplet: EF, 84 and 87. RGB value is (239,132,135). Sum of RGB (Red+Green+Blue) = 239+132+135=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8487 is #107B78. Grayscale: #A4A4A4. Windows color (decimal): -1080185 or 8881391. OLE color: 8881391.
HSL color Cylindrical-coordinate representation of color #EF8487: hue angle of 358.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF8487 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 135 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.06 |
| HSL | 358.32º | 0.77% | 0.73% | - |
| HSV(B) | 358.32º | 0.45% | 0.94% | - |
| XYZ | 48.22 | 36.6 | 27.45 | - |
| YUV | 164.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 135 | 0 | 0.45 | 0.44 | 0.06 | 358.32 | 0.77 | 0.73 |
| Hex | EF | 84 | 87 | 0 | 2D | 2C | 6 | 166 | 4D | 49 |
| Octal | 357 | 204 | 207 | 0 | 55 | 54 | 6 | 546 | 115 | 111 |
| Binary | 11101111 | 10000100 | 10000111 | 0 | 101101 | 101100 | 110 | 101100110 | 1001101 | 1001001 |
Color Harmonies of #EF8487
Complementary color
Monochromatic Colors of #EF8487
Black with #EF8487
Text Example
Text Example
White with #EF8487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8487; }
p { color: rgb(239,132,135); }
H1.HeaderClassName
{
color: #EF8487;
}
.AnyTagClassName
{
color: #EF8487;
}
</style>
background-color css
<style>
a { background-color: #EF8487; }
a { background-color: rgb(239,132,135); }
div.DivClassName
{
background-color: #EF8487;
}
.BgClassName
{
background-color: #EF8487;
}
</style>
border-color css
<style>
span { border-color: #EF8487; }
span { border-color: rgb(239,132,135); }
td.TdClassName
{
border-color: #EF8487;
}
.TagClassName
{
border-color: #EF8487;
}
</style>