Shades of Carissma #EF8598
Tints of Carissma #EF8598
RGB
CMYK
RGB Variations
Color information
#EF8598 (or 0xEF8598) is known color: Carissma. HEX triplet: EF, 85 and 98. RGB value is (239,133,152). Sum of RGB (Red+Green+Blue) = 239+133+152=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8598 is #107A67. Grayscale: #A6A6A6. Windows color (decimal): -1079912 or 9995759. OLE color: 9995759.
HSL color Cylindrical-coordinate representation of color #EF8598: hue angle of 349.25º 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 #EF8598 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 152 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.06 |
| HSL | 349.25º | 0.77% | 0.73% | - |
| HSV(B) | 349.25º | 0.44% | 0.94% | - |
| XYZ | 49.65 | 37.39 | 34.31 | - |
| YUV | 166.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 152 | 0 | 0.44 | 0.36 | 0.06 | 349.25 | 0.77 | 0.73 |
| Hex | EF | 85 | 98 | 0 | 2C | 24 | 6 | 15D | 4D | 49 |
| Octal | 357 | 205 | 230 | 0 | 54 | 44 | 6 | 535 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10011000 | 0 | 101100 | 100100 | 110 | 101011101 | 1001101 | 1001001 |
Color Harmonies of #EF8598
Complementary color
Monochromatic Colors of #EF8598
Black with #EF8598
Text Example
Text Example
White with #EF8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8598; }
p { color: rgb(239,133,152); }
H1.HeaderClassName
{
color: #EF8598;
}
.AnyTagClassName
{
color: #EF8598;
}
</style>
background-color css
<style>
a { background-color: #EF8598; }
a { background-color: rgb(239,133,152); }
div.DivClassName
{
background-color: #EF8598;
}
.BgClassName
{
background-color: #EF8598;
}
</style>
border-color css
<style>
span { border-color: #EF8598; }
span { border-color: rgb(239,133,152); }
td.TdClassName
{
border-color: #EF8598;
}
.TagClassName
{
border-color: #EF8598;
}
</style>