Shades of Carissma #EE84A0
Tints of Carissma #EE84A0
RGB
CMYK
RGB Variations
Color information
#EE84A0 (or 0xEE84A0) is known color: Carissma. HEX triplet: EE, 84 and A0. RGB value is (238,132,160). Sum of RGB (Red+Green+Blue) = 238+132+160=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE84A0 is #117B5F. Grayscale: #A6A6A6. Windows color (decimal): -1145696 or 10519790. OLE color: 10519790.
HSL color Cylindrical-coordinate representation of color #EE84A0: hue angle of 344.15º 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 #EE84A0 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 160 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.07 |
| HSL | 344.15º | 0.76% | 0.73% | - |
| HSV(B) | 344.15º | 0.45% | 0.93% | - |
| XYZ | 49.86 | 37.22 | 37.81 | - |
| YUV | 166.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 160 | 0 | 0.45 | 0.33 | 0.07 | 344.15 | 0.76 | 0.73 |
| Hex | EE | 84 | A0 | 0 | 2D | 21 | 7 | 158 | 4C | 49 |
| Octal | 356 | 204 | 240 | 0 | 55 | 41 | 7 | 530 | 114 | 111 |
| Binary | 11101110 | 10000100 | 10100000 | 0 | 101101 | 100001 | 111 | 101011000 | 1001100 | 1001001 |
Color Harmonies of #EE84A0
Complementary color
Monochromatic Colors of #EE84A0
Black with #EE84A0
Text Example
Text Example
White with #EE84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84A0; }
p { color: rgb(238,132,160); }
H1.HeaderClassName
{
color: #EE84A0;
}
.AnyTagClassName
{
color: #EE84A0;
}
</style>
background-color css
<style>
a { background-color: #EE84A0; }
a { background-color: rgb(238,132,160); }
div.DivClassName
{
background-color: #EE84A0;
}
.BgClassName
{
background-color: #EE84A0;
}
</style>
border-color css
<style>
span { border-color: #EE84A0; }
span { border-color: rgb(238,132,160); }
td.TdClassName
{
border-color: #EE84A0;
}
.TagClassName
{
border-color: #EE84A0;
}
</style>