Shades of Carissma #EE849D
Tints of Carissma #EE849D
RGB
CMYK
RGB Variations
Color information
#EE849D (or 0xEE849D) is known color: Carissma. HEX triplet: EE, 84 and 9D. RGB value is (238,132,157). Sum of RGB (Red+Green+Blue) = 238+132+157=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE849D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE849D is #117B62. Grayscale: #A6A6A6. Windows color (decimal): -1145699 or 10323182. OLE color: 10323182.
HSL color Cylindrical-coordinate representation of color #EE849D: hue angle of 345.85º 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 #EE849D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 157 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.07 |
| HSL | 345.85º | 0.76% | 0.73% | - |
| HSV(B) | 345.85º | 0.45% | 0.93% | - |
| XYZ | 49.6 | 37.11 | 36.45 | - |
| YUV | 166.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 157 | 0 | 0.45 | 0.34 | 0.07 | 345.85 | 0.76 | 0.73 |
| Hex | EE | 84 | 9D | 0 | 2D | 22 | 7 | 15A | 4C | 49 |
| Octal | 356 | 204 | 235 | 0 | 55 | 42 | 7 | 532 | 114 | 111 |
| Binary | 11101110 | 10000100 | 10011101 | 0 | 101101 | 100010 | 111 | 101011010 | 1001100 | 1001001 |
Color Harmonies of #EE849D
Complementary color
Monochromatic Colors of #EE849D
Black with #EE849D
Text Example
Text Example
White with #EE849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE849D; }
p { color: rgb(238,132,157); }
H1.HeaderClassName
{
color: #EE849D;
}
.AnyTagClassName
{
color: #EE849D;
}
</style>
background-color css
<style>
a { background-color: #EE849D; }
a { background-color: rgb(238,132,157); }
div.DivClassName
{
background-color: #EE849D;
}
.BgClassName
{
background-color: #EE849D;
}
</style>
border-color css
<style>
span { border-color: #EE849D; }
span { border-color: rgb(238,132,157); }
td.TdClassName
{
border-color: #EE849D;
}
.TagClassName
{
border-color: #EE849D;
}
</style>