Shades of Carissma #EF859A
Tints of Carissma #EF859A
RGB
CMYK
RGB Variations
Color information
#EF859A (or 0xEF859A) is known color: Carissma. HEX triplet: EF, 85 and 9A. RGB value is (239,133,154). Sum of RGB (Red+Green+Blue) = 239+133+154=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF859A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF859A is #107A65. Grayscale: #A7A7A7. Windows color (decimal): -1079910 or 10126831. OLE color: 10126831.
HSL color Cylindrical-coordinate representation of color #EF859A: hue angle of 348.11º 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 #EF859A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 154 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.06 |
| HSL | 348.11º | 0.77% | 0.73% | - |
| HSV(B) | 348.11º | 0.44% | 0.94% | - |
| XYZ | 49.82 | 37.46 | 35.18 | - |
| YUV | 167.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 154 | 0 | 0.44 | 0.36 | 0.06 | 348.11 | 0.77 | 0.73 |
| Hex | EF | 85 | 9A | 0 | 2C | 24 | 6 | 15C | 4D | 49 |
| Octal | 357 | 205 | 232 | 0 | 54 | 44 | 6 | 534 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10011010 | 0 | 101100 | 100100 | 110 | 101011100 | 1001101 | 1001001 |
Color Harmonies of #EF859A
Complementary color
Monochromatic Colors of #EF859A
Black with #EF859A
Text Example
Text Example
White with #EF859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF859A; }
p { color: rgb(239,133,154); }
H1.HeaderClassName
{
color: #EF859A;
}
.AnyTagClassName
{
color: #EF859A;
}
</style>
background-color css
<style>
a { background-color: #EF859A; }
a { background-color: rgb(239,133,154); }
div.DivClassName
{
background-color: #EF859A;
}
.BgClassName
{
background-color: #EF859A;
}
</style>
border-color css
<style>
span { border-color: #EF859A; }
span { border-color: rgb(239,133,154); }
td.TdClassName
{
border-color: #EF859A;
}
.TagClassName
{
border-color: #EF859A;
}
</style>