Shades of Carissma #EF8189
Tints of Carissma #EF8189
RGB
CMYK
RGB Variations
Color information
#EF8189 (or 0xEF8189) is known color: Carissma. HEX triplet: EF, 81 and 89. RGB value is (239,129,137). Sum of RGB (Red+Green+Blue) = 239+129+137=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8189 is #107E76. Grayscale: #A2A2A2. Windows color (decimal): -1080951 or 9011695. OLE color: 9011695.
HSL color Cylindrical-coordinate representation of color #EF8189: hue angle of 355.64º 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 #EF8189 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 137 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.06 |
| HSL | 355.64º | 0.77% | 0.72% | - |
| HSV(B) | 355.64º | 0.46% | 0.94% | - |
| XYZ | 47.96 | 35.86 | 28.06 | - |
| YUV | 162.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 137 | 0 | 0.46 | 0.43 | 0.06 | 355.64 | 0.77 | 0.72 |
| Hex | EF | 81 | 89 | 0 | 2E | 2B | 6 | 164 | 4D | 48 |
| Octal | 357 | 201 | 211 | 0 | 56 | 53 | 6 | 544 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10001001 | 0 | 101110 | 101011 | 110 | 101100100 | 1001101 | 1001000 |
Color Harmonies of #EF8189
Complementary color
Monochromatic Colors of #EF8189
Black with #EF8189
Text Example
Text Example
White with #EF8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8189; }
p { color: rgb(239,129,137); }
H1.HeaderClassName
{
color: #EF8189;
}
.AnyTagClassName
{
color: #EF8189;
}
</style>
background-color css
<style>
a { background-color: #EF8189; }
a { background-color: rgb(239,129,137); }
div.DivClassName
{
background-color: #EF8189;
}
.BgClassName
{
background-color: #EF8189;
}
</style>
border-color css
<style>
span { border-color: #EF8189; }
span { border-color: rgb(239,129,137); }
td.TdClassName
{
border-color: #EF8189;
}
.TagClassName
{
border-color: #EF8189;
}
</style>