Shades of Carissma #EF829C
Tints of Carissma #EF829C
RGB
CMYK
RGB Variations
Color information
#EF829C (or 0xEF829C) is known color: Carissma. HEX triplet: EF, 82 and 9C. RGB value is (239,130,156). Sum of RGB (Red+Green+Blue) = 239+130+156=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF829C is #107D63. Grayscale: #A5A5A5. Windows color (decimal): -1080676 or 10257135. OLE color: 10257135.
HSL color Cylindrical-coordinate representation of color #EF829C: hue angle of 345.69º 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 #EF829C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 156 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.06 |
| HSL | 345.69º | 0.77% | 0.72% | - |
| HSV(B) | 345.69º | 0.46% | 0.94% | - |
| XYZ | 49.58 | 36.72 | 35.93 | - |
| YUV | 165.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 156 | 0 | 0.46 | 0.35 | 0.06 | 345.69 | 0.77 | 0.72 |
| Hex | EF | 82 | 9C | 0 | 2E | 23 | 6 | 15A | 4D | 48 |
| Octal | 357 | 202 | 234 | 0 | 56 | 43 | 6 | 532 | 115 | 110 |
| Binary | 11101111 | 10000010 | 10011100 | 0 | 101110 | 100011 | 110 | 101011010 | 1001101 | 1001000 |
Color Harmonies of #EF829C
Complementary color
Monochromatic Colors of #EF829C
Black with #EF829C
Text Example
Text Example
White with #EF829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF829C; }
p { color: rgb(239,130,156); }
H1.HeaderClassName
{
color: #EF829C;
}
.AnyTagClassName
{
color: #EF829C;
}
</style>
background-color css
<style>
a { background-color: #EF829C; }
a { background-color: rgb(239,130,156); }
div.DivClassName
{
background-color: #EF829C;
}
.BgClassName
{
background-color: #EF829C;
}
</style>
border-color css
<style>
span { border-color: #EF829C; }
span { border-color: rgb(239,130,156); }
td.TdClassName
{
border-color: #EF829C;
}
.TagClassName
{
border-color: #EF829C;
}
</style>