Shades of Carissma #EF828C
Tints of Carissma #EF828C
RGB
CMYK
RGB Variations
Color information
#EF828C (or 0xEF828C) is known color: Carissma. HEX triplet: EF, 82 and 8C. RGB value is (239,130,140). Sum of RGB (Red+Green+Blue) = 239+130+140=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF828C is #107D73. Grayscale: #A3A3A3. Windows color (decimal): -1080692 or 9208559. OLE color: 9208559.
HSL color Cylindrical-coordinate representation of color #EF828C: hue angle of 354.5º 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 #EF828C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 140 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.06 |
| HSL | 354.5º | 0.77% | 0.72% | - |
| HSV(B) | 354.5º | 0.46% | 0.94% | - |
| XYZ | 48.31 | 36.21 | 29.25 | - |
| YUV | 163.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 140 | 0 | 0.46 | 0.41 | 0.06 | 354.5 | 0.77 | 0.72 |
| Hex | EF | 82 | 8C | 0 | 2E | 29 | 6 | 162 | 4D | 48 |
| Octal | 357 | 202 | 214 | 0 | 56 | 51 | 6 | 542 | 115 | 110 |
| Binary | 11101111 | 10000010 | 10001100 | 0 | 101110 | 101001 | 110 | 101100010 | 1001101 | 1001000 |
Color Harmonies of #EF828C
Complementary color
Monochromatic Colors of #EF828C
Black with #EF828C
Text Example
Text Example
White with #EF828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF828C; }
p { color: rgb(239,130,140); }
H1.HeaderClassName
{
color: #EF828C;
}
.AnyTagClassName
{
color: #EF828C;
}
</style>
background-color css
<style>
a { background-color: #EF828C; }
a { background-color: rgb(239,130,140); }
div.DivClassName
{
background-color: #EF828C;
}
.BgClassName
{
background-color: #EF828C;
}
</style>
border-color css
<style>
span { border-color: #EF828C; }
span { border-color: rgb(239,130,140); }
td.TdClassName
{
border-color: #EF828C;
}
.TagClassName
{
border-color: #EF828C;
}
</style>