Shades of Carissma #EE828D
Tints of Carissma #EE828D
RGB
CMYK
RGB Variations
Color information
#EE828D (or 0xEE828D) is known color: Carissma. HEX triplet: EE, 82 and 8D. RGB value is (238,130,141). Sum of RGB (Red+Green+Blue) = 238+130+141=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE828D is #117D72. Grayscale: #A3A3A3. Windows color (decimal): -1146227 or 9274094. OLE color: 9274094.
HSL color Cylindrical-coordinate representation of color #EE828D: hue angle of 353.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE828D is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 141 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.07 |
| HSL | 353.89º | 0.76% | 0.72% | - |
| HSV(B) | 353.89º | 0.45% | 0.93% | - |
| XYZ | 48.05 | 36.07 | 29.63 | - |
| YUV | 163.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 141 | 0 | 0.45 | 0.41 | 0.07 | 353.89 | 0.76 | 0.72 |
| Hex | EE | 82 | 8D | 0 | 2D | 29 | 7 | 162 | 4C | 48 |
| Octal | 356 | 202 | 215 | 0 | 55 | 51 | 7 | 542 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10001101 | 0 | 101101 | 101001 | 111 | 101100010 | 1001100 | 1001000 |
Color Harmonies of #EE828D
Complementary color
Monochromatic Colors of #EE828D
Black with #EE828D
Text Example
Text Example
White with #EE828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE828D; }
p { color: rgb(238,130,141); }
H1.HeaderClassName
{
color: #EE828D;
}
.AnyTagClassName
{
color: #EE828D;
}
</style>
background-color css
<style>
a { background-color: #EE828D; }
a { background-color: rgb(238,130,141); }
div.DivClassName
{
background-color: #EE828D;
}
.BgClassName
{
background-color: #EE828D;
}
</style>
border-color css
<style>
span { border-color: #EE828D; }
span { border-color: rgb(238,130,141); }
td.TdClassName
{
border-color: #EE828D;
}
.TagClassName
{
border-color: #EE828D;
}
</style>