Shades of Carissma #EE8497
Tints of Carissma #EE8497
RGB
CMYK
RGB Variations
Color information
#EE8497 (or 0xEE8497) is known color: Carissma. HEX triplet: EE, 84 and 97. RGB value is (238,132,151). Sum of RGB (Red+Green+Blue) = 238+132+151=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8497 is #117B68. Grayscale: #A5A5A5. Windows color (decimal): -1145705 or 9929966. OLE color: 9929966.
HSL color Cylindrical-coordinate representation of color #EE8497: hue angle of 349.25º 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 #EE8497 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 151 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.07 |
| HSL | 349.25º | 0.76% | 0.73% | - |
| HSV(B) | 349.25º | 0.45% | 0.93% | - |
| XYZ | 49.1 | 36.91 | 33.82 | - |
| YUV | 165.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 151 | 0 | 0.45 | 0.37 | 0.07 | 349.25 | 0.76 | 0.73 |
| Hex | EE | 84 | 97 | 0 | 2D | 25 | 7 | 15D | 4C | 49 |
| Octal | 356 | 204 | 227 | 0 | 55 | 45 | 7 | 535 | 114 | 111 |
| Binary | 11101110 | 10000100 | 10010111 | 0 | 101101 | 100101 | 111 | 101011101 | 1001100 | 1001001 |
Color Harmonies of #EE8497
Complementary color
Monochromatic Colors of #EE8497
Black with #EE8497
Text Example
Text Example
White with #EE8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8497; }
p { color: rgb(238,132,151); }
H1.HeaderClassName
{
color: #EE8497;
}
.AnyTagClassName
{
color: #EE8497;
}
</style>
background-color css
<style>
a { background-color: #EE8497; }
a { background-color: rgb(238,132,151); }
div.DivClassName
{
background-color: #EE8497;
}
.BgClassName
{
background-color: #EE8497;
}
</style>
border-color css
<style>
span { border-color: #EE8497; }
span { border-color: rgb(238,132,151); }
td.TdClassName
{
border-color: #EE8497;
}
.TagClassName
{
border-color: #EE8497;
}
</style>