Shades of Carissma #EE779D
Tints of Carissma #EE779D
RGB
CMYK
RGB Variations
Color information
#EE779D (or 0xEE779D) is known color: Carissma. HEX triplet: EE, 77 and 9D. RGB value is (238,119,157). Sum of RGB (Red+Green+Blue) = 238+119+157=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE779D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE779D is #118862. Grayscale: #9E9E9E. Windows color (decimal): -1149027 or 10319854. OLE color: 10319854.
HSL color Cylindrical-coordinate representation of color #EE779D: hue angle of 340.84º 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 #EE779D is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 157 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.07 |
| HSL | 340.84º | 0.78% | 0.7% | - |
| HSV(B) | 340.84º | 0.5% | 0.93% | - |
| XYZ | 47.94 | 33.81 | 35.9 | - |
| YUV | 158.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 157 | 0 | 0.50 | 0.34 | 0.07 | 340.84 | 0.78 | 0.7 |
| Hex | EE | 77 | 9D | 0 | 32 | 22 | 7 | 155 | 4E | 46 |
| Octal | 356 | 167 | 235 | 0 | 62 | 42 | 7 | 525 | 116 | 106 |
| Binary | 11101110 | 1110111 | 10011101 | 0 | 110010 | 100010 | 111 | 101010101 | 1001110 | 1000110 |
Color Harmonies of #EE779D
Complementary color
Monochromatic Colors of #EE779D
Black with #EE779D
Text Example
Text Example
White with #EE779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE779D; }
p { color: rgb(238,119,157); }
H1.HeaderClassName
{
color: #EE779D;
}
.AnyTagClassName
{
color: #EE779D;
}
</style>
background-color css
<style>
a { background-color: #EE779D; }
a { background-color: rgb(238,119,157); }
div.DivClassName
{
background-color: #EE779D;
}
.BgClassName
{
background-color: #EE779D;
}
</style>
border-color css
<style>
span { border-color: #EE779D; }
span { border-color: rgb(238,119,157); }
td.TdClassName
{
border-color: #EE779D;
}
.TagClassName
{
border-color: #EE779D;
}
</style>