Shades of Carissma #EF828E
Tints of Carissma #EF828E
RGB
CMYK
RGB Variations
Color information
#EF828E (or 0xEF828E) is known color: Carissma. HEX triplet: EF, 82 and 8E. RGB value is (239,130,142). Sum of RGB (Red+Green+Blue) = 239+130+142=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF828E is #107D71. Grayscale: #A4A4A4. Windows color (decimal): -1080690 or 9339631. OLE color: 9339631.
HSL color Cylindrical-coordinate representation of color #EF828E: hue angle of 353.39º 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 #EF828E is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 142 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.06 |
| HSL | 353.39º | 0.77% | 0.72% | - |
| HSV(B) | 353.39º | 0.46% | 0.94% | - |
| XYZ | 48.46 | 36.27 | 30.04 | - |
| YUV | 163.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 142 | 0 | 0.46 | 0.41 | 0.06 | 353.39 | 0.77 | 0.72 |
| Hex | EF | 82 | 8E | 0 | 2E | 29 | 6 | 161 | 4D | 48 |
| Octal | 357 | 202 | 216 | 0 | 56 | 51 | 6 | 541 | 115 | 110 |
| Binary | 11101111 | 10000010 | 10001110 | 0 | 101110 | 101001 | 110 | 101100001 | 1001101 | 1001000 |
Color Harmonies of #EF828E
Complementary color
Monochromatic Colors of #EF828E
Black with #EF828E
Text Example
Text Example
White with #EF828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF828E; }
p { color: rgb(239,130,142); }
H1.HeaderClassName
{
color: #EF828E;
}
.AnyTagClassName
{
color: #EF828E;
}
</style>
background-color css
<style>
a { background-color: #EF828E; }
a { background-color: rgb(239,130,142); }
div.DivClassName
{
background-color: #EF828E;
}
.BgClassName
{
background-color: #EF828E;
}
</style>
border-color css
<style>
span { border-color: #EF828E; }
span { border-color: rgb(239,130,142); }
td.TdClassName
{
border-color: #EF828E;
}
.TagClassName
{
border-color: #EF828E;
}
</style>