Shades of Carissma #EE808D
Tints of Carissma #EE808D
RGB
CMYK
RGB Variations
Color information
#EE808D (or 0xEE808D) is known color: Carissma. HEX triplet: EE, 80 and 8D. RGB value is (238,128,141). Sum of RGB (Red+Green+Blue) = 238+128+141=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE808D is #117F72. Grayscale: #A2A2A2. Windows color (decimal): -1146739 or 9273582. OLE color: 9273582.
HSL color Cylindrical-coordinate representation of color #EE808D: hue angle of 352.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE808D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 141 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.07 |
| HSL | 352.91º | 0.76% | 0.72% | - |
| HSV(B) | 352.91º | 0.46% | 0.93% | - |
| XYZ | 47.79 | 35.54 | 29.54 | - |
| YUV | 162.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 141 | 0 | 0.46 | 0.41 | 0.07 | 352.91 | 0.76 | 0.72 |
| Hex | EE | 80 | 8D | 0 | 2E | 29 | 7 | 161 | 4C | 48 |
| Octal | 356 | 200 | 215 | 0 | 56 | 51 | 7 | 541 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10001101 | 0 | 101110 | 101001 | 111 | 101100001 | 1001100 | 1001000 |
Color Harmonies of #EE808D
Complementary color
Monochromatic Colors of #EE808D
Black with #EE808D
Text Example
Text Example
White with #EE808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE808D; }
p { color: rgb(238,128,141); }
H1.HeaderClassName
{
color: #EE808D;
}
.AnyTagClassName
{
color: #EE808D;
}
</style>
background-color css
<style>
a { background-color: #EE808D; }
a { background-color: rgb(238,128,141); }
div.DivClassName
{
background-color: #EE808D;
}
.BgClassName
{
background-color: #EE808D;
}
</style>
border-color css
<style>
span { border-color: #EE808D; }
span { border-color: rgb(238,128,141); }
td.TdClassName
{
border-color: #EE808D;
}
.TagClassName
{
border-color: #EE808D;
}
</style>