Shades of Carissma #EE8498
Tints of Carissma #EE8498
RGB
CMYK
RGB Variations
Color information
#EE8498 (or 0xEE8498) is known color: Carissma. HEX triplet: EE, 84 and 98. RGB value is (238,132,152). Sum of RGB (Red+Green+Blue) = 238+132+152=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8498 is #117B67. Grayscale: #A5A5A5. Windows color (decimal): -1145704 or 9995502. OLE color: 9995502.
HSL color Cylindrical-coordinate representation of color #EE8498: hue angle of 348.68º 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 #EE8498 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 152 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.07 |
| HSL | 348.68º | 0.76% | 0.73% | - |
| HSV(B) | 348.68º | 0.45% | 0.93% | - |
| XYZ | 49.18 | 36.95 | 34.25 | - |
| YUV | 165.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 152 | 0 | 0.45 | 0.36 | 0.07 | 348.68 | 0.76 | 0.73 |
| Hex | EE | 84 | 98 | 0 | 2D | 24 | 7 | 15D | 4C | 49 |
| Octal | 356 | 204 | 230 | 0 | 55 | 44 | 7 | 535 | 114 | 111 |
| Binary | 11101110 | 10000100 | 10011000 | 0 | 101101 | 100100 | 111 | 101011101 | 1001100 | 1001001 |
Color Harmonies of #EE8498
Complementary color
Monochromatic Colors of #EE8498
Black with #EE8498
Text Example
Text Example
White with #EE8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8498; }
p { color: rgb(238,132,152); }
H1.HeaderClassName
{
color: #EE8498;
}
.AnyTagClassName
{
color: #EE8498;
}
</style>
background-color css
<style>
a { background-color: #EE8498; }
a { background-color: rgb(238,132,152); }
div.DivClassName
{
background-color: #EE8498;
}
.BgClassName
{
background-color: #EE8498;
}
</style>
border-color css
<style>
span { border-color: #EE8498; }
span { border-color: rgb(238,132,152); }
td.TdClassName
{
border-color: #EE8498;
}
.TagClassName
{
border-color: #EE8498;
}
</style>