Shades of Carissma #EE859F
Tints of Carissma #EE859F
RGB
CMYK
RGB Variations
Color information
#EE859F (or 0xEE859F) is known color: Carissma. HEX triplet: EE, 85 and 9F. RGB value is (238,133,159). Sum of RGB (Red+Green+Blue) = 238+133+159=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE859F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE859F is #117A60. Grayscale: #A7A7A7. Windows color (decimal): -1145441 or 10454510. OLE color: 10454510.
HSL color Cylindrical-coordinate representation of color #EE859F: hue angle of 345.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE859F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 159 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.07 |
| HSL | 345.14º | 0.76% | 0.73% | - |
| HSV(B) | 345.14º | 0.44% | 0.93% | - |
| XYZ | 49.91 | 37.46 | 37.4 | - |
| YUV | 167.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 159 | 0 | 0.44 | 0.33 | 0.07 | 345.14 | 0.76 | 0.73 |
| Hex | EE | 85 | 9F | 0 | 2C | 21 | 7 | 159 | 4C | 49 |
| Octal | 356 | 205 | 237 | 0 | 54 | 41 | 7 | 531 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10011111 | 0 | 101100 | 100001 | 111 | 101011001 | 1001100 | 1001001 |
Color Harmonies of #EE859F
Complementary color
Monochromatic Colors of #EE859F
Black with #EE859F
Text Example
Text Example
White with #EE859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE859F; }
p { color: rgb(238,133,159); }
H1.HeaderClassName
{
color: #EE859F;
}
.AnyTagClassName
{
color: #EE859F;
}
</style>
background-color css
<style>
a { background-color: #EE859F; }
a { background-color: rgb(238,133,159); }
div.DivClassName
{
background-color: #EE859F;
}
.BgClassName
{
background-color: #EE859F;
}
</style>
border-color css
<style>
span { border-color: #EE859F; }
span { border-color: rgb(238,133,159); }
td.TdClassName
{
border-color: #EE859F;
}
.TagClassName
{
border-color: #EE859F;
}
</style>