Shades of Carissma #EE7A9C
Tints of Carissma #EE7A9C
RGB
CMYK
RGB Variations
Color information
#EE7A9C (or 0xEE7A9C) is known color: Carissma. HEX triplet: EE, 7A and 9C. RGB value is (238,122,156). Sum of RGB (Red+Green+Blue) = 238+122+156=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7A9C is #118563. Grayscale: #A0A0A0. Windows color (decimal): -1148260 or 10255086. OLE color: 10255086.
HSL color Cylindrical-coordinate representation of color #EE7A9C: hue angle of 342.41º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE7A9C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 156 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.07 |
| HSL | 342.41º | 0.77% | 0.71% | - |
| HSV(B) | 342.41º | 0.49% | 0.93% | - |
| XYZ | 48.22 | 34.5 | 35.57 | - |
| YUV | 160.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 156 | 0 | 0.49 | 0.34 | 0.07 | 342.41 | 0.77 | 0.71 |
| Hex | EE | 7A | 9C | 0 | 31 | 22 | 7 | 156 | 4D | 47 |
| Octal | 356 | 172 | 234 | 0 | 61 | 42 | 7 | 526 | 115 | 107 |
| Binary | 11101110 | 1111010 | 10011100 | 0 | 110001 | 100010 | 111 | 101010110 | 1001101 | 1000111 |
Color Harmonies of #EE7A9C
Complementary color
Monochromatic Colors of #EE7A9C
Black with #EE7A9C
Text Example
Text Example
White with #EE7A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A9C; }
p { color: rgb(238,122,156); }
H1.HeaderClassName
{
color: #EE7A9C;
}
.AnyTagClassName
{
color: #EE7A9C;
}
</style>
background-color css
<style>
a { background-color: #EE7A9C; }
a { background-color: rgb(238,122,156); }
div.DivClassName
{
background-color: #EE7A9C;
}
.BgClassName
{
background-color: #EE7A9C;
}
</style>
border-color css
<style>
span { border-color: #EE7A9C; }
span { border-color: rgb(238,122,156); }
td.TdClassName
{
border-color: #EE7A9C;
}
.TagClassName
{
border-color: #EE7A9C;
}
</style>