Shades of Carissma #EE759C
Tints of Carissma #EE759C
RGB
CMYK
RGB Variations
Color information
#EE759C (or 0xEE759C) is known color: Carissma. HEX triplet: EE, 75 and 9C. RGB value is (238,117,156). Sum of RGB (Red+Green+Blue) = 238+117+156=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE759C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE759C is #118A63. Grayscale: #9D9D9D. Windows color (decimal): -1149540 or 10253806. OLE color: 10253806.
HSL color Cylindrical-coordinate representation of color #EE759C: hue angle of 340.66º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE759C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 156 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.07 |
| HSL | 340.66º | 0.78% | 0.7% | - |
| HSV(B) | 340.66º | 0.51% | 0.93% | - |
| XYZ | 47.62 | 33.3 | 35.37 | - |
| YUV | 157.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 156 | 0 | 0.51 | 0.34 | 0.07 | 340.66 | 0.78 | 0.7 |
| Hex | EE | 75 | 9C | 0 | 33 | 22 | 7 | 155 | 4E | 46 |
| Octal | 356 | 165 | 234 | 0 | 63 | 42 | 7 | 525 | 116 | 106 |
| Binary | 11101110 | 1110101 | 10011100 | 0 | 110011 | 100010 | 111 | 101010101 | 1001110 | 1000110 |
Color Harmonies of #EE759C
Complementary color
Monochromatic Colors of #EE759C
Black with #EE759C
Text Example
Text Example
White with #EE759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE759C; }
p { color: rgb(238,117,156); }
H1.HeaderClassName
{
color: #EE759C;
}
.AnyTagClassName
{
color: #EE759C;
}
</style>
background-color css
<style>
a { background-color: #EE759C; }
a { background-color: rgb(238,117,156); }
div.DivClassName
{
background-color: #EE759C;
}
.BgClassName
{
background-color: #EE759C;
}
</style>
border-color css
<style>
span { border-color: #EE759C; }
span { border-color: rgb(238,117,156); }
td.TdClassName
{
border-color: #EE759C;
}
.TagClassName
{
border-color: #EE759C;
}
</style>