Shades of Carissma #EF8088
Tints of Carissma #EF8088
RGB
CMYK
RGB Variations
Color information
#EF8088 (or 0xEF8088) is known color: Carissma. HEX triplet: EF, 80 and 88. RGB value is (239,128,136). Sum of RGB (Red+Green+Blue) = 239+128+136=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8088 is #107F77. Grayscale: #A2A2A2. Windows color (decimal): -1081208 or 8945903. OLE color: 8945903.
HSL color Cylindrical-coordinate representation of color #EF8088: hue angle of 355.68º degrees, saturation: 0.78, 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 #EF8088 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 136 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.06 |
| HSL | 355.68º | 0.78% | 0.72% | - |
| HSV(B) | 355.68º | 0.46% | 0.94% | - |
| XYZ | 47.76 | 35.57 | 27.64 | - |
| YUV | 162.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 136 | 0 | 0.46 | 0.43 | 0.06 | 355.68 | 0.78 | 0.72 |
| Hex | EF | 80 | 88 | 0 | 2E | 2B | 6 | 164 | 4E | 48 |
| Octal | 357 | 200 | 210 | 0 | 56 | 53 | 6 | 544 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10001000 | 0 | 101110 | 101011 | 110 | 101100100 | 1001110 | 1001000 |
Color Harmonies of #EF8088
Complementary color
Monochromatic Colors of #EF8088
Black with #EF8088
Text Example
Text Example
White with #EF8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8088; }
p { color: rgb(239,128,136); }
H1.HeaderClassName
{
color: #EF8088;
}
.AnyTagClassName
{
color: #EF8088;
}
</style>
background-color css
<style>
a { background-color: #EF8088; }
a { background-color: rgb(239,128,136); }
div.DivClassName
{
background-color: #EF8088;
}
.BgClassName
{
background-color: #EF8088;
}
</style>
border-color css
<style>
span { border-color: #EF8088; }
span { border-color: rgb(239,128,136); }
td.TdClassName
{
border-color: #EF8088;
}
.TagClassName
{
border-color: #EF8088;
}
</style>