Shades of Carissma #EE8083
Tints of Carissma #EE8083
RGB
CMYK
RGB Variations
Color information
#EE8083 (or 0xEE8083) is known color: Carissma. HEX triplet: EE, 80 and 83. RGB value is (238,128,131). Sum of RGB (Red+Green+Blue) = 238+128+131=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8083 is #117F7C. Grayscale: #A1A1A1. Windows color (decimal): -1146749 or 8618222. OLE color: 8618222.
HSL color Cylindrical-coordinate representation of color #EE8083: hue angle of 358.36º 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 #EE8083 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 131 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.07 |
| HSL | 358.36º | 0.76% | 0.72% | - |
| HSV(B) | 358.36º | 0.46% | 0.93% | - |
| XYZ | 47.08 | 35.25 | 25.8 | - |
| YUV | 161.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 131 | 0 | 0.46 | 0.45 | 0.07 | 358.36 | 0.76 | 0.72 |
| Hex | EE | 80 | 83 | 0 | 2E | 2D | 7 | 166 | 4C | 48 |
| Octal | 356 | 200 | 203 | 0 | 56 | 55 | 7 | 546 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10000011 | 0 | 101110 | 101101 | 111 | 101100110 | 1001100 | 1001000 |
Color Harmonies of #EE8083
Complementary color
Monochromatic Colors of #EE8083
Black with #EE8083
Text Example
Text Example
White with #EE8083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8083; }
p { color: rgb(238,128,131); }
H1.HeaderClassName
{
color: #EE8083;
}
.AnyTagClassName
{
color: #EE8083;
}
</style>
background-color css
<style>
a { background-color: #EE8083; }
a { background-color: rgb(238,128,131); }
div.DivClassName
{
background-color: #EE8083;
}
.BgClassName
{
background-color: #EE8083;
}
</style>
border-color css
<style>
span { border-color: #EE8083; }
span { border-color: rgb(238,128,131); }
td.TdClassName
{
border-color: #EE8083;
}
.TagClassName
{
border-color: #EE8083;
}
</style>