Shades of Carissma #EE8392
Tints of Carissma #EE8392
RGB
CMYK
RGB Variations
Color information
#EE8392 (or 0xEE8392) is known color: Carissma. HEX triplet: EE, 83 and 92. RGB value is (238,131,146). Sum of RGB (Red+Green+Blue) = 238+131+146=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8392 is #117C6D. Grayscale: #A4A4A4. Windows color (decimal): -1145966 or 9602030. OLE color: 9602030.
HSL color Cylindrical-coordinate representation of color #EE8392: hue angle of 351.59º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8392 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 146 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.07 |
| HSL | 351.59º | 0.76% | 0.72% | - |
| HSV(B) | 351.59º | 0.45% | 0.93% | - |
| XYZ | 48.56 | 36.49 | 31.68 | - |
| YUV | 164.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 146 | 0 | 0.45 | 0.39 | 0.07 | 351.59 | 0.76 | 0.72 |
| Hex | EE | 83 | 92 | 0 | 2D | 27 | 7 | 160 | 4C | 48 |
| Octal | 356 | 203 | 222 | 0 | 55 | 47 | 7 | 540 | 114 | 110 |
| Binary | 11101110 | 10000011 | 10010010 | 0 | 101101 | 100111 | 111 | 101100000 | 1001100 | 1001000 |
Color Harmonies of #EE8392
Complementary color
Monochromatic Colors of #EE8392
Black with #EE8392
Text Example
Text Example
White with #EE8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8392; }
p { color: rgb(238,131,146); }
H1.HeaderClassName
{
color: #EE8392;
}
.AnyTagClassName
{
color: #EE8392;
}
</style>
background-color css
<style>
a { background-color: #EE8392; }
a { background-color: rgb(238,131,146); }
div.DivClassName
{
background-color: #EE8392;
}
.BgClassName
{
background-color: #EE8392;
}
</style>
border-color css
<style>
span { border-color: #EE8392; }
span { border-color: rgb(238,131,146); }
td.TdClassName
{
border-color: #EE8392;
}
.TagClassName
{
border-color: #EE8392;
}
</style>