Shades of Carissma #EE858B
Tints of Carissma #EE858B
RGB
CMYK
RGB Variations
Color information
#EE858B (or 0xEE858B) is known color: Carissma. HEX triplet: EE, 85 and 8B. RGB value is (238,133,139). Sum of RGB (Red+Green+Blue) = 238+133+139=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858B is #117A74. Grayscale: #A5A5A5. Windows color (decimal): -1145461 or 9143790. OLE color: 9143790.
HSL color Cylindrical-coordinate representation of color #EE858B: hue angle of 356.57º 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 #EE858B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 139 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.07 |
| HSL | 356.57º | 0.76% | 0.73% | - |
| HSV(B) | 356.57º | 0.44% | 0.93% | - |
| XYZ | 48.31 | 36.82 | 28.99 | - |
| YUV | 165.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 139 | 0 | 0.44 | 0.42 | 0.07 | 356.57 | 0.76 | 0.73 |
| Hex | EE | 85 | 8B | 0 | 2C | 2A | 7 | 165 | 4C | 49 |
| Octal | 356 | 205 | 213 | 0 | 54 | 52 | 7 | 545 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10001011 | 0 | 101100 | 101010 | 111 | 101100101 | 1001100 | 1001001 |
Color Harmonies of #EE858B
Complementary color
Monochromatic Colors of #EE858B
Black with #EE858B
Text Example
Text Example
White with #EE858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE858B; }
p { color: rgb(238,133,139); }
H1.HeaderClassName
{
color: #EE858B;
}
.AnyTagClassName
{
color: #EE858B;
}
</style>
background-color css
<style>
a { background-color: #EE858B; }
a { background-color: rgb(238,133,139); }
div.DivClassName
{
background-color: #EE858B;
}
.BgClassName
{
background-color: #EE858B;
}
</style>
border-color css
<style>
span { border-color: #EE858B; }
span { border-color: rgb(238,133,139); }
td.TdClassName
{
border-color: #EE858B;
}
.TagClassName
{
border-color: #EE858B;
}
</style>