Shades of Carissma #EF849A
Tints of Carissma #EF849A
RGB
CMYK
RGB Variations
Color information
#EF849A (or 0xEF849A) is known color: Carissma. HEX triplet: EF, 84 and 9A. RGB value is (239,132,154). Sum of RGB (Red+Green+Blue) = 239+132+154=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF849A is #107B65. Grayscale: #A6A6A6. Windows color (decimal): -1080166 or 10126575. OLE color: 10126575.
HSL color Cylindrical-coordinate representation of color #EF849A: hue angle of 347.66º 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 #EF849A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 154 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.06 |
| HSL | 347.66º | 0.77% | 0.73% | - |
| HSV(B) | 347.66º | 0.45% | 0.94% | - |
| XYZ | 49.68 | 37.19 | 35.13 | - |
| YUV | 166.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 154 | 0 | 0.45 | 0.36 | 0.06 | 347.66 | 0.77 | 0.73 |
| Hex | EF | 84 | 9A | 0 | 2D | 24 | 6 | 15C | 4D | 49 |
| Octal | 357 | 204 | 232 | 0 | 55 | 44 | 6 | 534 | 115 | 111 |
| Binary | 11101111 | 10000100 | 10011010 | 0 | 101101 | 100100 | 110 | 101011100 | 1001101 | 1001001 |
Color Harmonies of #EF849A
Complementary color
Monochromatic Colors of #EF849A
Black with #EF849A
Text Example
Text Example
White with #EF849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF849A; }
p { color: rgb(239,132,154); }
H1.HeaderClassName
{
color: #EF849A;
}
.AnyTagClassName
{
color: #EF849A;
}
</style>
background-color css
<style>
a { background-color: #EF849A; }
a { background-color: rgb(239,132,154); }
div.DivClassName
{
background-color: #EF849A;
}
.BgClassName
{
background-color: #EF849A;
}
</style>
border-color css
<style>
span { border-color: #EF849A; }
span { border-color: rgb(239,132,154); }
td.TdClassName
{
border-color: #EF849A;
}
.TagClassName
{
border-color: #EF849A;
}
</style>