Shades of Carissma #EE7694
Tints of Carissma #EE7694
RGB
CMYK
RGB Variations
Color information
#EE7694 (or 0xEE7694) is known color: Carissma. HEX triplet: EE, 76 and 94. RGB value is (238,118,148). Sum of RGB (Red+Green+Blue) = 238+118+148=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7694 is #11896B. Grayscale: #9D9D9D. Windows color (decimal): -1149292 or 9729774. OLE color: 9729774.
HSL color Cylindrical-coordinate representation of color #EE7694: hue angle of 345º 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 #EE7694 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 148 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.07 |
| HSL | 345º | 0.78% | 0.7% | - |
| HSV(B) | 345º | 0.5% | 0.93% | - |
| XYZ | 47.08 | 33.27 | 31.96 | - |
| YUV | 157.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 148 | 0 | 0.50 | 0.38 | 0.07 | 345 | 0.78 | 0.7 |
| Hex | EE | 76 | 94 | 0 | 32 | 26 | 7 | 159 | 4E | 46 |
| Octal | 356 | 166 | 224 | 0 | 62 | 46 | 7 | 531 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10010100 | 0 | 110010 | 100110 | 111 | 101011001 | 1001110 | 1000110 |
Color Harmonies of #EE7694
Complementary color
Monochromatic Colors of #EE7694
Black with #EE7694
Text Example
Text Example
White with #EE7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7694; }
p { color: rgb(238,118,148); }
H1.HeaderClassName
{
color: #EE7694;
}
.AnyTagClassName
{
color: #EE7694;
}
</style>
background-color css
<style>
a { background-color: #EE7694; }
a { background-color: rgb(238,118,148); }
div.DivClassName
{
background-color: #EE7694;
}
.BgClassName
{
background-color: #EE7694;
}
</style>
border-color css
<style>
span { border-color: #EE7694; }
span { border-color: rgb(238,118,148); }
td.TdClassName
{
border-color: #EE7694;
}
.TagClassName
{
border-color: #EE7694;
}
</style>