Shades of Carissma #EE788D
Tints of Carissma #EE788D
RGB
CMYK
RGB Variations
Color information
#EE788D (or 0xEE788D) is known color: Carissma. HEX triplet: EE, 78 and 8D. RGB value is (238,120,141). Sum of RGB (Red+Green+Blue) = 238+120+141=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE788D is #118772. Grayscale: #9D9D9D. Windows color (decimal): -1148787 or 9271534. OLE color: 9271534.
HSL color Cylindrical-coordinate representation of color #EE788D: hue angle of 349.32º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE788D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 141 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.07 |
| HSL | 349.32º | 0.78% | 0.7% | - |
| HSV(B) | 349.32º | 0.5% | 0.93% | - |
| XYZ | 46.78 | 33.53 | 29.21 | - |
| YUV | 157.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 141 | 0 | 0.50 | 0.41 | 0.07 | 349.32 | 0.78 | 0.7 |
| Hex | EE | 78 | 8D | 0 | 32 | 29 | 7 | 15D | 4E | 46 |
| Octal | 356 | 170 | 215 | 0 | 62 | 51 | 7 | 535 | 116 | 106 |
| Binary | 11101110 | 1111000 | 10001101 | 0 | 110010 | 101001 | 111 | 101011101 | 1001110 | 1000110 |
Color Harmonies of #EE788D
Complementary color
Monochromatic Colors of #EE788D
Black with #EE788D
Text Example
Text Example
White with #EE788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE788D; }
p { color: rgb(238,120,141); }
H1.HeaderClassName
{
color: #EE788D;
}
.AnyTagClassName
{
color: #EE788D;
}
</style>
background-color css
<style>
a { background-color: #EE788D; }
a { background-color: rgb(238,120,141); }
div.DivClassName
{
background-color: #EE788D;
}
.BgClassName
{
background-color: #EE788D;
}
</style>
border-color css
<style>
span { border-color: #EE788D; }
span { border-color: rgb(238,120,141); }
td.TdClassName
{
border-color: #EE788D;
}
.TagClassName
{
border-color: #EE788D;
}
</style>