Shades of Carissma #EE848B
Tints of Carissma #EE848B
RGB
CMYK
RGB Variations
Color information
#EE848B (or 0xEE848B) is known color: Carissma. HEX triplet: EE, 84 and 8B. RGB value is (238,132,139). Sum of RGB (Red+Green+Blue) = 238+132+139=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE848B is #117B74. Grayscale: #A4A4A4. Windows color (decimal): -1145717 or 9143534. OLE color: 9143534.
HSL color Cylindrical-coordinate representation of color #EE848B: hue angle of 356.04º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE848B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 139 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.07 |
| HSL | 356.04º | 0.76% | 0.73% | - |
| HSV(B) | 356.04º | 0.45% | 0.93% | - |
| XYZ | 48.17 | 36.54 | 28.94 | - |
| YUV | 164.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 139 | 0 | 0.45 | 0.42 | 0.07 | 356.04 | 0.76 | 0.73 |
| Hex | EE | 84 | 8B | 0 | 2D | 2A | 7 | 164 | 4C | 49 |
| Octal | 356 | 204 | 213 | 0 | 55 | 52 | 7 | 544 | 114 | 111 |
| Binary | 11101110 | 10000100 | 10001011 | 0 | 101101 | 101010 | 111 | 101100100 | 1001100 | 1001001 |
Color Harmonies of #EE848B
Complementary color
Monochromatic Colors of #EE848B
Black with #EE848B
Text Example
Text Example
White with #EE848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE848B; }
p { color: rgb(238,132,139); }
H1.HeaderClassName
{
color: #EE848B;
}
.AnyTagClassName
{
color: #EE848B;
}
</style>
background-color css
<style>
a { background-color: #EE848B; }
a { background-color: rgb(238,132,139); }
div.DivClassName
{
background-color: #EE848B;
}
.BgClassName
{
background-color: #EE848B;
}
</style>
border-color css
<style>
span { border-color: #EE848B; }
span { border-color: rgb(238,132,139); }
td.TdClassName
{
border-color: #EE848B;
}
.TagClassName
{
border-color: #EE848B;
}
</style>