Shades of Carissma #EE808F
Tints of Carissma #EE808F
RGB
CMYK
RGB Variations
Color information
#EE808F (or 0xEE808F) is known color: Carissma. HEX triplet: EE, 80 and 8F. RGB value is (238,128,143). Sum of RGB (Red+Green+Blue) = 238+128+143=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE808F is #117F70. Grayscale: #A2A2A2. Windows color (decimal): -1146737 or 9404654. OLE color: 9404654.
HSL color Cylindrical-coordinate representation of color #EE808F: hue angle of 351.82º 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 #EE808F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 143 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.07 |
| HSL | 351.82º | 0.76% | 0.72% | - |
| HSV(B) | 351.82º | 0.46% | 0.93% | - |
| XYZ | 47.94 | 35.6 | 30.33 | - |
| YUV | 162.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 143 | 0 | 0.46 | 0.40 | 0.07 | 351.82 | 0.76 | 0.72 |
| Hex | EE | 80 | 8F | 0 | 2E | 28 | 7 | 160 | 4C | 48 |
| Octal | 356 | 200 | 217 | 0 | 56 | 50 | 7 | 540 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10001111 | 0 | 101110 | 101000 | 111 | 101100000 | 1001100 | 1001000 |
Color Harmonies of #EE808F
Complementary color
Monochromatic Colors of #EE808F
Black with #EE808F
Text Example
Text Example
White with #EE808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE808F; }
p { color: rgb(238,128,143); }
H1.HeaderClassName
{
color: #EE808F;
}
.AnyTagClassName
{
color: #EE808F;
}
</style>
background-color css
<style>
a { background-color: #EE808F; }
a { background-color: rgb(238,128,143); }
div.DivClassName
{
background-color: #EE808F;
}
.BgClassName
{
background-color: #EE808F;
}
</style>
border-color css
<style>
span { border-color: #EE808F; }
span { border-color: rgb(238,128,143); }
td.TdClassName
{
border-color: #EE808F;
}
.TagClassName
{
border-color: #EE808F;
}
</style>