Shades of Carissma #EE799D
Tints of Carissma #EE799D
RGB
CMYK
RGB Variations
Color information
#EE799D (or 0xEE799D) is known color: Carissma. HEX triplet: EE, 79 and 9D. RGB value is (238,121,157). Sum of RGB (Red+Green+Blue) = 238+121+157=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE799D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE799D is #118662. Grayscale: #A0A0A0. Windows color (decimal): -1148515 or 10320366. OLE color: 10320366.
HSL color Cylindrical-coordinate representation of color #EE799D: hue angle of 341.54º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE799D is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 121 | 157 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.07 |
| HSL | 341.54º | 0.77% | 0.7% | - |
| HSV(B) | 341.54º | 0.49% | 0.93% | - |
| XYZ | 48.18 | 34.29 | 35.98 | - |
| YUV | 160.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 121 | 157 | 0 | 0.49 | 0.34 | 0.07 | 341.54 | 0.77 | 0.7 |
| Hex | EE | 79 | 9D | 0 | 31 | 22 | 7 | 156 | 4D | 46 |
| Octal | 356 | 171 | 235 | 0 | 61 | 42 | 7 | 526 | 115 | 106 |
| Binary | 11101110 | 1111001 | 10011101 | 0 | 110001 | 100010 | 111 | 101010110 | 1001101 | 1000110 |
Color Harmonies of #EE799D
Complementary color
Monochromatic Colors of #EE799D
Black with #EE799D
Text Example
Text Example
White with #EE799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE799D; }
p { color: rgb(238,121,157); }
H1.HeaderClassName
{
color: #EE799D;
}
.AnyTagClassName
{
color: #EE799D;
}
</style>
background-color css
<style>
a { background-color: #EE799D; }
a { background-color: rgb(238,121,157); }
div.DivClassName
{
background-color: #EE799D;
}
.BgClassName
{
background-color: #EE799D;
}
</style>
border-color css
<style>
span { border-color: #EE799D; }
span { border-color: rgb(238,121,157); }
td.TdClassName
{
border-color: #EE799D;
}
.TagClassName
{
border-color: #EE799D;
}
</style>