Shades of Carissma #EE85A0
Tints of Carissma #EE85A0
RGB
CMYK
RGB Variations
Color information
#EE85A0 (or 0xEE85A0) is known color: Carissma. HEX triplet: EE, 85 and A0. RGB value is (238,133,160). Sum of RGB (Red+Green+Blue) = 238+133+160=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85A0 is #117A5F. Grayscale: #A7A7A7. Windows color (decimal): -1145440 or 10520046. OLE color: 10520046.
HSL color Cylindrical-coordinate representation of color #EE85A0: hue angle of 344.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 #EE85A0 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 160 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.07 |
| HSL | 344.57º | 0.76% | 0.73% | - |
| HSV(B) | 344.57º | 0.44% | 0.93% | - |
| XYZ | 49.99 | 37.49 | 37.86 | - |
| YUV | 167.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 160 | 0 | 0.44 | 0.33 | 0.07 | 344.57 | 0.76 | 0.73 |
| Hex | EE | 85 | A0 | 0 | 2C | 21 | 7 | 159 | 4C | 49 |
| Octal | 356 | 205 | 240 | 0 | 54 | 41 | 7 | 531 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10100000 | 0 | 101100 | 100001 | 111 | 101011001 | 1001100 | 1001001 |
Color Harmonies of #EE85A0
Complementary color
Monochromatic Colors of #EE85A0
Black with #EE85A0
Text Example
Text Example
White with #EE85A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85A0; }
p { color: rgb(238,133,160); }
H1.HeaderClassName
{
color: #EE85A0;
}
.AnyTagClassName
{
color: #EE85A0;
}
</style>
background-color css
<style>
a { background-color: #EE85A0; }
a { background-color: rgb(238,133,160); }
div.DivClassName
{
background-color: #EE85A0;
}
.BgClassName
{
background-color: #EE85A0;
}
</style>
border-color css
<style>
span { border-color: #EE85A0; }
span { border-color: rgb(238,133,160); }
td.TdClassName
{
border-color: #EE85A0;
}
.TagClassName
{
border-color: #EE85A0;
}
</style>