Shades of Carissma #EE8490
Tints of Carissma #EE8490
RGB
CMYK
RGB Variations
Color information
#EE8490 (or 0xEE8490) is known color: Carissma. HEX triplet: EE, 84 and 90. RGB value is (238,132,144). Sum of RGB (Red+Green+Blue) = 238+132+144=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8490 is #117B6F. Grayscale: #A5A5A5. Windows color (decimal): -1145712 or 9471214. OLE color: 9471214.
HSL color Cylindrical-coordinate representation of color #EE8490: hue angle of 353.21º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8490 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 144 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.07 |
| HSL | 353.21º | 0.76% | 0.73% | - |
| HSV(B) | 353.21º | 0.45% | 0.93% | - |
| XYZ | 48.55 | 36.69 | 30.91 | - |
| YUV | 165.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 144 | 0 | 0.45 | 0.39 | 0.07 | 353.21 | 0.76 | 0.73 |
| Hex | EE | 84 | 90 | 0 | 2D | 27 | 7 | 161 | 4C | 49 |
| Octal | 356 | 204 | 220 | 0 | 55 | 47 | 7 | 541 | 114 | 111 |
| Binary | 11101110 | 10000100 | 10010000 | 0 | 101101 | 100111 | 111 | 101100001 | 1001100 | 1001001 |
Color Harmonies of #EE8490
Complementary color
Monochromatic Colors of #EE8490
Black with #EE8490
Text Example
Text Example
White with #EE8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8490; }
p { color: rgb(238,132,144); }
H1.HeaderClassName
{
color: #EE8490;
}
.AnyTagClassName
{
color: #EE8490;
}
</style>
background-color css
<style>
a { background-color: #EE8490; }
a { background-color: rgb(238,132,144); }
div.DivClassName
{
background-color: #EE8490;
}
.BgClassName
{
background-color: #EE8490;
}
</style>
border-color css
<style>
span { border-color: #EE8490; }
span { border-color: rgb(238,132,144); }
td.TdClassName
{
border-color: #EE8490;
}
.TagClassName
{
border-color: #EE8490;
}
</style>