Shades of Carissma #EE7992
Tints of Carissma #EE7992
RGB
CMYK
RGB Variations
Color information
#EE7992 (or 0xEE7992) is known color: Carissma. HEX triplet: EE, 79 and 92. RGB value is (238,121,146). Sum of RGB (Red+Green+Blue) = 238+121+146=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7992 is #11866D. Grayscale: #9E9E9E. Windows color (decimal): -1148526 or 9599470. OLE color: 9599470.
HSL color Cylindrical-coordinate representation of color #EE7992: hue angle of 347.18º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE7992 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 121 | 146 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.07 |
| HSL | 347.18º | 0.77% | 0.7% | - |
| HSV(B) | 347.18º | 0.49% | 0.93% | - |
| XYZ | 47.29 | 33.93 | 31.25 | - |
| YUV | 158.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 121 | 146 | 0 | 0.49 | 0.39 | 0.07 | 347.18 | 0.77 | 0.7 |
| Hex | EE | 79 | 92 | 0 | 31 | 27 | 7 | 15B | 4D | 46 |
| Octal | 356 | 171 | 222 | 0 | 61 | 47 | 7 | 533 | 115 | 106 |
| Binary | 11101110 | 1111001 | 10010010 | 0 | 110001 | 100111 | 111 | 101011011 | 1001101 | 1000110 |
Color Harmonies of #EE7992
Complementary color
Monochromatic Colors of #EE7992
Black with #EE7992
Text Example
Text Example
White with #EE7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7992; }
p { color: rgb(238,121,146); }
H1.HeaderClassName
{
color: #EE7992;
}
.AnyTagClassName
{
color: #EE7992;
}
</style>
background-color css
<style>
a { background-color: #EE7992; }
a { background-color: rgb(238,121,146); }
div.DivClassName
{
background-color: #EE7992;
}
.BgClassName
{
background-color: #EE7992;
}
</style>
border-color css
<style>
span { border-color: #EE7992; }
span { border-color: rgb(238,121,146); }
td.TdClassName
{
border-color: #EE7992;
}
.TagClassName
{
border-color: #EE7992;
}
</style>