Shades of Carissma #EE7793
Tints of Carissma #EE7793
RGB
CMYK
RGB Variations
Color information
#EE7793 (or 0xEE7793) is known color: Carissma. HEX triplet: EE, 77 and 93. RGB value is (238,119,147). Sum of RGB (Red+Green+Blue) = 238+119+147=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7793 is #11886C. Grayscale: #9D9D9D. Windows color (decimal): -1149037 or 9664494. OLE color: 9664494.
HSL color Cylindrical-coordinate representation of color #EE7793: hue angle of 345.88º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7793 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 147 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.07 |
| HSL | 345.88º | 0.78% | 0.7% | - |
| HSV(B) | 345.88º | 0.5% | 0.93% | - |
| XYZ | 47.12 | 33.48 | 31.58 | - |
| YUV | 157.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 147 | 0 | 0.50 | 0.38 | 0.07 | 345.88 | 0.78 | 0.7 |
| Hex | EE | 77 | 93 | 0 | 32 | 26 | 7 | 15A | 4E | 46 |
| Octal | 356 | 167 | 223 | 0 | 62 | 46 | 7 | 532 | 116 | 106 |
| Binary | 11101110 | 1110111 | 10010011 | 0 | 110010 | 100110 | 111 | 101011010 | 1001110 | 1000110 |
Color Harmonies of #EE7793
Complementary color
Monochromatic Colors of #EE7793
Black with #EE7793
Text Example
Text Example
White with #EE7793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7793; }
p { color: rgb(238,119,147); }
H1.HeaderClassName
{
color: #EE7793;
}
.AnyTagClassName
{
color: #EE7793;
}
</style>
background-color css
<style>
a { background-color: #EE7793; }
a { background-color: rgb(238,119,147); }
div.DivClassName
{
background-color: #EE7793;
}
.BgClassName
{
background-color: #EE7793;
}
</style>
border-color css
<style>
span { border-color: #EE7793; }
span { border-color: rgb(238,119,147); }
td.TdClassName
{
border-color: #EE7793;
}
.TagClassName
{
border-color: #EE7793;
}
</style>